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 | 該邯餘 | 100010100101100111100111101101101110100101010000 | 8a59e7b6e950 |
EUC-JP | 該邯餘 | 101100111011101011101110101110001111000110110001 | b3baeeb8f1b1 |
UTF-8 | 該邯餘 | 111010001010100110110010111010011000001010101111111010011010010010011000 | e8a9b2e982afe9a498 |
UHC | 該邯餘 | 111110101011000111001010111110111110011010101110 | fab1cafbe6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)