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 | 蛭?斟?苧? | 100101010110011100111111100111011100111000111111100100101001011100111111 | 95673f9dce3f92973f |
EUC-JP | 蛭?斟?苧? | 110010011100100000111111110110101101000000111111110000111111011100111111 | c9c83fdad03fc3f73f |
UTF-8 | 蛭샷斟렣苧렯 | 111010001001101110101101111011001000001110110111111001101001011010011111111010111010000010100011111010001000101110100111111010111010000010101111 | e89badec83b7e6969feba0a3e88ba7eba0af |
UHC | 蛭샷斟렣苧렯 | 111100101111010010111100101001101111001011111000100011101011010011101110110010001000111010111100 | f2f4bca6f2f88eb4eec88ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)