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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 莨井掘@h | 1110010010111100100010001110010010001100010000000100000001101000 | e4bc88e48c404068 |
EUC-JP | 莨井掘@h | 1110100010111110101100001110011010110111101000010100000001101000 | e8beb0e6b7a14068 |
UTF-8 | 莨井掘@h | 1110100010001110101010001110010010111010100101011110011010001110100110000100000001101000 | e88ea8e4ba95e68e984068 |
UHC | ?井掘@h | 00111111111011111100110011001111110111100100000001101000 | 3fefcccfde4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)