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 | 陌種俗 | 111010001001100110001110111011011001000110101101 | e8998eed91ad |
EUC-JP | 陌種俗 | 111011111111100110111100111011111100001010101111 | eff9bcefc2af |
UTF-8 | 陌種俗 | 111010011001100110001100111001111010100010101110111001001011111110010111 | e9998ce7a8aee4bf97 |
UHC | 陌種俗 | 110110001110100011110000111110101110000111010100 | d8e8f0fae1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)