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 | 10010101110111001110011101111101100101011111000101000010 | 95dce77d95f142 |
EUC-JP | 舗轗報B | 11001010110111101110110111011110110010101111001101000010 | cadeeddecaf342 |
UTF-8 | 舗轗報B | 11101000100010001001011111101000101111011001011111100101101000001011000101000010 | e88897e8bd97e5a0b142 |
UHC | ??報B | 0011111100111111110111001100001101000010 | 3f3fdcc342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)