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 | 10010111010001111000000110101001100000101010110101000010 | 974781a982ad42 |
EUC-JP | 宥←くB | 11001101101010001010001010101011101001001010111101000010 | cda8a2aba4af42 |
UTF-8 | 宥←くB | 11100101101011101010010111100010100001101001000011100011100000011000111101000010 | e5aea5e28690e3818f42 |
UHC | 宥←くB | 11101010111010011010000111100111101010101010111101000010 | eae9a1e7aaaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)