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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 低?h低 | 100100101110000100111111011010001001001011100001 | 92e13f6892e1 |
EUC-JP | 低?h低 | 110001001110001100111111011010001100010011100011 | c4e33f68c4e3 |
UTF-8 | 低렋h低 | 11100100101111011000111011101011101000001000101101101000111001001011110110001110 | e4bd8eeba08b68e4bd8e |
UHC | 低렋h低 | 11101110101110001000111010100010011010001110111010111000 | eeb88ea268eeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)