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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?刷] | 00111111100011011111110001011101 | 3f8dfc5d |
EUC-JP | ?刷] | 00111111101110101111111001011101 | 3fbafe5d |
UTF-8 | 쓆刷] | 11101100100100111000011011100101100010001011011101011101 | ec9386e588b75d |
UHC | 쓆刷] | 1001110101100001111000011110110001011101 | 9d61e1ec5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)