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 | 驟頑寐 | 111010011000010110001010111001101001101110000111 | e9858ae69b87 |
EUC-JP | 驟頑寐 | 111100011110010110110100111010001101010111100111 | f1e5b4e8d5e7 |
UTF-8 | 驟頑寐 | 111010011010100110011111111010011010000010010001111001011010111110010000 | e9a99fe9a091e5af90 |
UHC | 驟頑寐 | 111101101010111011101000110101111101100011011011 | f6aee8d7d8db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)