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 | 縞紺蛾 | 100011101100100010001101101011101000100111101001 | 8ec88dae89e9 |
EUC-JP | 縞紺蛾 | 101111001100101010111010101100001011001011101011 | bccabab0b2eb |
UTF-8 | 縞紺蛾 | 111001111011100010011110111001111011010010111010111010001001101110111110 | e7b89ee7b4bae89bbe |
UHC | 縞紺蛾 | 111110111101011011001010111110101110010010110110 | fbd6cafae4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)