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 | 羽兢xB | 10001001010010001001100101011101100000101001100001000010 | 8948995d829842 |
EUC-JP | 羽兢xB | 10110001101010011101000110111110101000111111100001000010 | b1a9d1bea3f842 |
UTF-8 | 羽兢xB | 11100111101111101011110111100101100001011010001011101111101111011001100001000010 | e7bebde585a2efbd9842 |
UHC | 羽兢xB | 11101001111000101101000011100111101000111111100001000010 | e9e2d0e7a3f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)