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 | ???婉 | 0011111100111111001111111001101101010101 | 3f3f3f9b55 |
EUC-JP | ??鉥婉 | 00111111001111111000111111100011111010001101010110110110 | 3f3f8fe3e8d5b6 |
UTF-8 | 롘렕鉥婉 | 111010111010000110011000111010111010000010010101111010011000100110100101111001011010100110001001 | eba198eba095e989a5e5a989 |
UHC | 롘렕鉥婉 | 1000111011011100100011101010101011100010111111001110100011000110 | 8edc8eaae2fce8c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)