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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 虎嘗 | 10001100110101011000111110100110 | 8cd58fa6 |
EUC-JP | 虎嘗 | 10111000110101111011111010101000 | b8d7bea8 |
UTF-8 | 虎嘗 | 111010001001100110001110111001011001100010010111 | e8998ee59897 |
UHC | 虎嘗 | 11111011110110111101111111000100 | fbdbdfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)