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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?→?^ | 0011111110000001101010000011111101011110 | 3f81a83f5e |
EUC-JP | 璵→?^ | 10001111110011001110011010100010101010100011111101011110 | 8fcce6a2aa3f5e |
UTF-8 | 璵→꼤^ | 11100111100100101011010111100010100001101001001011101010101111001010010001011110 | e792b5e28692eabca45e |
UHC | 璵→꼤^ | 11100110101001011010000111100110100001001000000101011110 | e6a5a1e684815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)