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 | ?????H?L | 0011111100111111001111110011111100111111010010000011111101001100 | 3f3f3f3f3f483f4c |
SJIS-WIN | ?????H?L | 0011111100111111001111110011111100111111010010000011111101001100 | 3f3f3f3f3f483f4c |
EUC-JP | ?????H?L | 0011111100111111001111110011111100111111010010000011111101001100 | 3f3f3f3f3f483f4c |
UTF-8 | 채횥혢혧혧H책L | 1110110010110001100001001110110110011010101001011110110110011000101000101110110110011000101001111110110110011000101001110100100011101100101100011000010101001100 | ecb184ed9aa5ed98a2ed98a7ed98a748ecb1854c |
UHC | 채횥혢혧혧H책L | 1100001110100100110000111001110011000010100010111100001010001111110000101000111101001000110000111010010101001100 | c3a4c39cc28bc28fc28f48c3a54c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)