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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 隰晁寐] | 11101000101011001001110111101000100110111000011101011101 | e8ac9de89b875d |
EUC-JP | 隰晁寐] | 11110000101011101101101011101010110101011110011101011101 | f0aedaead5e75d |
UTF-8 | 隰晁寐] | 11101001100110101011000011100110100110011000000111100101101011111001000001011101 | e99ab0e69981e5af905d |
UHC | ?晁寐] | 001111111111000011000101110110001101101101011101 | 3ff0c5d8db5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)