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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獄??徇?? | 1000110110010110001111110011111110011100011011010011111100111111 | 8d963f3f9c6d3f3f |
EUC-JP | 獄??徇?? | 1011100111110110001111110011111111010111110011100011111100111111 | b9f63f3fd7ce3f3f |
UTF-8 | 獄㏃갖徇뤿젽 | 111001111000110110000100111000111000111110000011111010101011000010010110111001011011111010000111111010111010010010111111111011001010000010111101 | e78d84e38f83eab096e5be87eba4bfeca0bd |
UHC | 獄㏃갖徇뤿젽 | 111010001010101110100111111011001011000010101110111000101101111110001111111010111010000010101111 | e8aba7ecb0aee2df8feba0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)