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 | 獄㏃뿀徇섎튆 | 111001111000110110000100111000111000111110000011111010111011111110000000111001011011111010000111111011001000010010001110111011011000101010000110 | e78d84e38f83ebbf80e5be87ec848eed8a86 |
UHC | 獄㏃뿀徇섎튆 | 111010001010101110100111111011001001011110001000111000101101111110011000111010111011100110011011 | e8aba7ec9788e2df98ebb99b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)