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 | 硝ヲ疾 | 1000111111001001101001101000111010111110 | 8fc9a68ebe |
EUC-JP | 硝ヲ疾 | 101111101100101110001110101001101011110011000000 | becb8ea6bcc0 |
UTF-8 | 硝ヲ疾 | 111001111010000110011101111011111011110110100110111001111001011010111110 | e7a19defbda6e796be |
UHC | 硝?疾 | 1111010110100110001111111111001011110000 | f5a63ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)