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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??ャ\ | 0011111100111111100000111000001101011100 | 3f3f83835c |
EUC-JP | ??ャ\ | 0011111100111111101001011110001101011100 | 3f3fa5e35c |
UTF-8 | 룶즽ャ\ | 11101011101000111011011011101100101001101011110111100011100000111010001101011100 | eba3b6eca6bde383a35c |
UHC | 룶즽ャ\ | 10001111101010111010001110001111101010111110001101011100 | 8faba38fabe35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)