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 | 菫代h | 111001001011111110010001111000111000001010001000 | e4bf91e38288 |
EUC-JP | 菫代h | 111010001100000111000010111001011010001111101000 | e8c1c2e5a3e8 |
UTF-8 | 菫代h | 111010001000111110101011111001001011101110100011111011111011110110001000 | e88fabe4bba3efbd88 |
UHC | 菫代h | 110100001100101111010011110110111010001111101000 | d0cbd3dba3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)