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 | 鞣皋 | 11101000111000101110000110100110 | e8e2e1a6 |
EUC-JP | 鞣皋 | 11110000111001001110001010101000 | f0e4e2a8 |
UTF-8 | 鞣皋 | 111010011001111010100011111001111001101010001011 | e99ea3e79a8b |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)