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 | 獄㏃뿀徇뚮쳞 | 111001111000110110000100111000111000111110000011111010111011111110000000111001011011111010000111111010111001101010101110111011001011001110011110 | e78d84e38f83ebbf80e5be87eb9aaeecb39e |
UHC | 獄㏃뿀徇뚮쳞 | 111010001010101110100111111011001001011110001000111000101101111110001100111010111010101110000100 | e8aba7ec9788e2df8cebab84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)