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 | 釡 | 111100011100001011100111110110111111000111000010 | f1c2e7dbf1c2 |
EUC-JP | ?釡? | 00111111111011101101110100111111 | 3feedd3f |
UTF-8 | 釡 | 111011101000010010111101111010011000011110100001111011101000010010111101 | ee84bde987a1ee84bd |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)