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 | 娃釋俄 | 100010001010000111100111110101111000100111100010 | 88a1e7d789e2 |
EUC-JP | 娃釋俄 | 101100001010001111101110110110011011001011100100 | b0a3eed9b2e4 |
UTF-8 | 娃釋俄 | 111001011010100010000011111010011000011110001011111001001011111110000100 | e5a883e9878be4bf84 |
UHC | 娃釋俄 | 111010001101111111100000101101111110010010101101 | e8dfe0b7e4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)