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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錚碣l | 111010000100001011100001111100001000001010001100 | e842e1f0828c |
EUC-JP | 錚碣l | 111011111010001111100010111100101010001111101100 | efa3e2f2a3ec |
UTF-8 | 錚碣l | 111010011000110010011010111001111010001010100011111011111011110110001100 | e98c9ae7a2a3efbd8c |
UHC | 錚碣l | 111011101011011011001010111001011010001111101100 | eeb6cae5a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)