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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?朞宙] | 001111111001111001001101100100101000100001011101 | 3f9e4d92885d |
EUC-JP | ?朞宙] | 001111111101101110101110110000111110100001011101 | 3fdbaec3e85d |
UTF-8 | 룵朞宙] | 11101011101000111011010111100110100111001001111011100101101011101001100101011101 | eba3b5e69c9ee5ae995d |
UHC | 룵朞宙] | 10001111101010101101000110100001111100011011010101011101 | 8faad1a1f1b55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)