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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??菽^ | 0011111100111111111001001100000101011110 | 3f3fe4c15e |
EUC-JP | 饍?菽^ | 10001111111010001110110100111111111010001100001101011110 | 8fe8ed3fe8c35e |
UTF-8 | 饍栒菽^ | 11101001101001011000110111100110101000001001001011101000100011111011110101011110 | e9a58de6a092e88fbd5e |
UHC | 饍栒菽^ | 11100000110101111110001011100011111000101101110101011110 | e0d7e2e3e2dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)