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??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
UTF-8 | 롅롆E롅롆EB | 111010111010000110000101111010111010000110000110010001011110101110100001100001011110101110100001100001100100010101000010 | eba185eba18645eba185eba1864542 |
UHC | 롅롆E롅롆EB | 1000111011001011100011101100110001000101100011101100101110001110110011000100010101000010 | 8ecb8ecc458ecb8ecc4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)