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?H | 0011111100111111010001010011111101001000 | 3f3f453f48 |
SJIS-WIN | ??E?H | 0011111100111111010001010011111101001000 | 3f3f453f48 |
EUC-JP | ??E潚H | 00111111001111110100010110001111110010001101101001001000 | 3f3f458fc8da48 |
UTF-8 | 롍렚E潚H | 1110101110100001100011011110101110100000100110100100010111100110101111011001101001001000 | eba18deba09a45e6bd9a48 |
UHC | 롍렚E潚H | 1000111011010011100011101010110101000101111000101101100001001000 | 8ed38ead45e2d848 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)