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 | 羮域海 | 111000111011110010001000111001101000101001000011 | e3bc88e68a43 |
EUC-JP | 羮域海 | 111001101011111010110000111010001011001110100100 | e6beb0e8b3a4 |
UTF-8 | 羮域海 | 111001111011111010101110111001011001111110011111111001101011010110110111 | e7beaee59f9fe6b5b7 |
UHC | ?域海 | 0011111111100110101101001111101010101101 | 3fe6b4faad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)