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 | ???g | 00111111001111110011111101100111 | 3f3f3f67 |
SJIS-WIN | 掌n?g | 100011111011011010000010100011100011111101100111 | 8fb6828e3f67 |
EUC-JP | 掌n?g | 101111101011100010100011111011100011111101100111 | beb8a3ee3f67 |
UTF-8 | 掌n눖g | 11100110100011101000110011101111101111011000111011101011100010001001011001100111 | e68e8cefbd8eeb889667 |
UHC | 掌n눖g | 11101101111001101010001111101110100001111011000001100111 | ede6a3ee87b067 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)