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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???寶溟 | 00111111001111110011111110011011100011111001111111110000 | 3f3f3f9b8f9ff0 |
EUC-JP | ???寶溟 | 00111111001111110011111111010101111011111101111011110010 | 3f3f3fd5efdef2 |
UTF-8 | 렻렕렻寶溟 | 111010111010000010111011111010111010000010010101111010111010000010111011111001011010111110110110111001101011101010011111 | eba0bbeba095eba0bbe5afb6e6ba9f |
UHC | 렻렕렻寶溟 | 10001110110000111000111010101010100011101100001111011100110001001101100110101000 | 8ec38eaa8ec3dcc4d9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)