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 | 蝸夬蕎 | 111001011001011110011010111011011000101110111100 | e5979aed8bbc |
EUC-JP | 蝸夬蕎 | 111010011111011111010100111011111011011010111110 | e9f7d4efb6be |
UTF-8 | 蝸夬蕎 | 111010001001110110111000111001011010010010101100111010001001010110001110 | e89db8e5a4ace8958e |
UHC | 蝸?蕎 | 1110100011000100001111111100111011110000 | e8c43fcef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)