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 | 11101000110111101000101111100110100011101001100001000010 | e8de8be68e9842 |
EUC-JP | 鞐区侍B | 11110000111000001011011011101000101110111111100001000010 | f0e0b6e8bbf842 |
UTF-8 | 鞐区侍B | 11101001100111101001000011100101100011001011101011100100101111101000110101000010 | e99e90e58cbae4be8d42 |
UHC | ??侍B | 0011111100111111111000111011010001000010 | 3f3fe3b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)