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 | 魄大遜 | 111010011010111010010001111001011001000110111011 | e9ae91e591bb |
EUC-JP | 魄大遜 | 111100101011000011000010111001111100001010111101 | f2b0c2e7c2bd |
UTF-8 | 魄大遜 | 111010011010110110000100111001011010010010100111111010011000000110011100 | e9ad84e5a4a7e9819c |
UHC | 魄大遜 | 110110111101111011010011110111101110000111100001 | dbded3dee1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)