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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 怏椢皷樅^ | 100111001000100110011110100110101110101010001001100111101110000001011110 | 9c899e9aea899ee05e |
EUC-JP | 怏椢皷樅^ | 110101111110100111011011111110101111001111101001110111001110001001011110 | d7e9dbfaf3e9dce25e |
UTF-8 | 怏椢皷樅^ | 11100110100000001000111111100110101001001010001011100111100110101011011111100110101010001000010101011110 | e6808fe6a4a2e79ab7e6a8855e |
UHC | 怏???^ | 111001001110100000111111001111110011111101011110 | e4e83f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)