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 | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
SJIS-WIN | 禎?`禎?OB | 100100101111010100111111011000001001001011110101001111110100111101000010 | 92f53f6092f53f4f42 |
EUC-JP | 禎?`禎?OB | 110001001111011100111111011000001100010011110111001111110100111101000010 | c4f73f60c4f73f4f42 |
UTF-8 | 禎렓`禎렓OB | 111001111010011010001110111010111010000010010011011000001110011110100110100011101110101110100000100100110100111101000010 | e7a68eeba09360e7a68eeba0934f42 |
UHC | 禎렓`禎렓OB | 1110111111101110100011101010100001100000111011111110111010001110101010000100111101000010 | efee8ea860efee8ea84f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)