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 | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | 漆雫c^ | 100011101011110110001110101101000110001101011110 | 8ebd8eb4635e |
EUC-JP | 漆雫c^ | 101111001011111110111100101101100110001101011110 | bcbfbcb6635e |
UTF-8 | 漆雫c^ | 1110011010111100100001101110100110011011101010110110001101011110 | e6bc86e99bab635e |
UHC | 漆?c^ | 1111011011010100001111110110001101011110 | f6d43f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)