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 | 燁乗iB | 11111011010110011000111111100110100000101000100101000010 | fb598fe6828942 |
EUC-JP | 燁乗iB | 1000111111001010101100111011111011101000101000111110100101000010 | 8fcab3bee8a3e942 |
UTF-8 | 燁乗iB | 11100111100001111000000111100100101110011001011111101111101111011000100101000010 | e78781e4b997efbd8942 |
UHC | 燁?iB | 111001111010011100111111101000111110100101000010 | e7a73fa3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)