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 | 癲k | 11100001100111111000001010001011 | e19f828b |
EUC-JP | 癲k | 11100010101000011010001111101011 | e2a1a3eb |
UTF-8 | 癲k | 111001111001100110110010111011111011110110001011 | e799b2efbd8b |
UHC | 癲k | 11101111101001101010001111101011 | efa6a3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)