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 | ??E??wh | 00111111001111110100010100111111001111110111011101101000 | 3f3f453f3f7768 |
SJIS-WIN | ??E?}wh | 0011111100111111010001010011111110000001011100000111011101101000 | 3f3f453f81707768 |
EUC-JP | ??E?}wh | 0011111100111111010001010011111110100001110100010111011101101000 | 3f3f453fa1d17768 |
UTF-8 | 룵₃E룵}wh | 111010111010001110110101111000101000001010000011010001011110101110100011101101011110111110111101100111010111011101101000 | eba3b5e2828345eba3b5efbd9d7768 |
UHC | 룵₃E룵}wh | 1000111110101010101010011111110101000101100011111010101010100011111111010111011101101000 | 8faaa9fd458faaa3fd7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)