To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 午??億?? | 1000110011011111001111110011111110001001101011010011111100111111 | 8cdf3f3f89ad3f3f |
EUC-JP | 午??億?? | 1011100011100001001111110011111110110010101011110011111100111111 | b8e13f3fb2af3f3f |
UTF-8 | 午좐뀢億좄렦 | 111001011000110110001000111011001010001010010000111010111000000010100010111001011000010010000100111011001010001010000100111010111010000010100110 | e58d88eca290eb80a2e58484eca284eba0a6 |
UHC | 午좐뀢億좄렦 | 111001111110110110100000111011101000010110011001111001011110001010100000111010001000111010110101 | e7eda0ee8599e5e2a0e88eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)