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 | ??弔峰?? | 0011111100111111100100101010001010010101111101000011111100111111 | 3f3f92a295f43f3f |
EUC-JP | ??弔峰?? | 0011111100111111110001001010010011001010111101100011111100111111 | 3f3fc4a4caf63f3f |
UTF-8 | 藺렯弔峰롛렯 | 111011111010011110110000111010111010000010101111111001011011110010010100111001011011001110110000111010111010000110011011111010111010000010101111 | efa7b0eba0afe5bc94e5b3b0eba19beba0af |
UHC | 藺렯弔峰롛렯 | 111011001110000110001110101111001111000011000000110111001110100010001110110111111000111010111100 | ece18ebcf0c0dce88edf8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)