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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 亨h?畏 | 10001011100111001000001010001000001111111000100011011000 | 8b9c82883f88d8 |
EUC-JP | 亨h?畏 | 10110101111111001010001111101000001111111011000011011010 | b5fca3e83fb0da |
UTF-8 | 亨h나畏 | 111001001011101010101000111011111011110110001000111010111000001010011000111001111001010110001111 | e4baa8efbd88eb8298e7958f |
UHC | 亨h나畏 | 1111101011111011101000111110100010110011101010101110100011100110 | fafba3e8b3aae8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)