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 | 邊ァ辜ス褂願 | 11100111101100101010011111100111100000111011110111100101111001101000101011101000 | e7b2a7e783bde5e68ae8 |
EUC-JP | 邊ァ辜ス褂願 | 111011101011010010001110101001111110110111100011100011101011110111101010111010001011010011101010 | eeb48ea7ede38ebdeae8b4ea |
UTF-8 | 邊ァ辜ス褂願 | 111010011000001010001010111011111011110110100111111010001011111010011100111011111011110110111101111010001010010010000010111010011010000110011000 | e9828aefbda7e8be9cefbdbde8a482e9a198 |
UHC | 邊?辜??願 | 110111001010101100111111110011011101000000111111001111111110101011000011 | dcab3fcdd03f3feac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)