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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 癲l | 11100001100111111000001010001100 | e19f828c |
EUC-JP | 癲l | 11100010101000011010001111101100 | e2a1a3ec |
UTF-8 | 癲l | 111001111001100110110010111011111011110110001100 | e799b2efbd8c |
UHC | 癲l | 11101111101001101010001111101100 | efa6a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)