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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 譏畷舒B | 11100110100110001001001111101011100110001010111001000010 | e69893eb98ae42 |
EUC-JP | 譏畷舒B | 11101011111110001100011011101101110100001011000001000010 | ebf8c6edd0b042 |
UTF-8 | 譏畷舒B | 11101000101011011000111111100111100101011011011111101000100010001001001001000010 | e8ad8fe795b7e8889242 |
UHC | 譏?舒B | 110100011100000100111111111000001010001001000010 | d1c13fe0a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)