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 | 艇脛 | 10010010111110001110001111111000 | 92f8e3f8 |
EUC-JP | 艇脛 | 11000100111110101110011011111010 | c4fae6fa |
UTF-8 | 艇脛 | 111010001000100110000111111010001000010010011011 | e88987e8849b |
UHC | 艇脛 | 11101111111100111100110011101011 | eff3cceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)