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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邊ァ辜ス謌 | 1110011110110010101001111110011110000011101111011110011010001000 | e7b2a7e783bde688 |
EUC-JP | 邊ァ辜ス謌 | 11101110101101001000111010100111111011011110001110001110101111011110101111101000 | eeb48ea7ede38ebdebe8 |
UTF-8 | 邊ァ辜ス謌 | 111010011000001010001010111011111011110110100111111010001011111010011100111011111011110110111101111010001010110010001100 | e9828aefbda7e8be9cefbdbde8ac8c |
UHC | 邊?辜?? | 11011100101010110011111111001101110100000011111100111111 | dcab3fcdd03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)