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 | 絨娯唆 | 111000110100111110001100111000101000110110110100 | e34f8ce28db4 |
EUC-JP | 絨娯唆 | 111001011011000010111000111001001011101010110110 | e5b0b8e4bab6 |
UTF-8 | 絨娯唆 | 111001111011010110101000111001011010100010101111111001011001010010000110 | e7b5a8e5a8afe59486 |
UHC | 絨?唆 | 1110101111010110001111111101111011001010 | ebd63fdeca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)