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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 悌瓏?B | 100100101110111011100000111110100011111101000010 | 92eee0fa3f42 |
EUC-JP | 悌瓏?B | 110001001111000011100000111111000011111101000010 | c4f0e0fc3f42 |
UTF-8 | 悌瓏쓺B | 11100110100000101000110011100111100100111000111111101100100100111011101001000010 | e6828ce7938fec93ba42 |
UHC | 悌瓏쓺B | 11110000101010101101011011101010101111101011011001000010 | f0aad6eabeb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)