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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 低?h低? | 10010010111000010011111101101000100100101110000100111111 | 92e13f6892e13f |
EUC-JP | 低?h低? | 11000100111000110011111101101000110001001110001100111111 | c4e33f68c4e33f |
UTF-8 | 低렋h低렋 | 11100100101111011000111011101011101000001000101101101000111001001011110110001110111010111010000010001011 | e4bd8eeba08b68e4bd8eeba08b |
UHC | 低렋h低렋 | 111011101011100010001110101000100110100011101110101110001000111010100010 | eeb88ea268eeb88ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)