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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 鞘鞘\ | 100011111110001011110001111110111000111111100010111100011111101101011100 | 8fe2f1fb8fe2f1fb5c |
EUC-JP | 鞘?鞘?\ | 10111110111001000011111110111110111001000011111101011100 | bee43fbee43f5c |
UTF-8 | 鞘鞘\ | 11101001100111101001100011101110100001011011011011101001100111101001100011101110100001011011011001011100 | e99e98ee85b6e99e98ee85b65c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)