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 | 顫第屏 | 111010001111101010010001111001101001101110100000 | e8fa91e69ba0 |
EUC-JP | 顫第屏 | 111100001111110011000010111010001101011010100010 | f0fcc2e8d6a2 |
UTF-8 | 顫第屏 | 111010011010000110101011111001111010110010101100111001011011000110001111 | e9a1abe7acace5b18f |
UHC | 顫第? | 1110111110110101111100001010111100111111 | efb5f0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)