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 | 唸疽鱆 | 100110100101100011100001011100111110100111100001 | 9a58e173e9e1 |
EUC-JP | 唸疽鱆 | 110100111011100111100001110101001111001011100011 | d3b9e1d4f2e3 |
UTF-8 | 唸疽鱆 | 111001011001010010111000111001111001011010111101111010011011000110000110 | e594b8e796bde9b186 |
UHC | ?疽? | 00111111111011101100010100111111 | 3feec53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)