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 | 100100011110011100111111111000011000010001000010 | 91e73fe18442 |
EUC-JP | 醍?痲B | 110000101110100100111111111000011110010001000010 | c2e93fe1e442 |
UTF-8 | 醍곈痲B | 11101001100001101000110111101010101100111000100011100111100101111011001001000010 | e9868deab388e797b242 |
UHC | 醍곈痲B | 11110000101101011011000011101001110110001010011001000010 | f0b5b0e9d8a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)