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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 焉????? | 11100000100000010011111100111111001111110011111100111111 | e0813f3f3f3f3f |
EUC-JP | 焉????? | 11011111111000010011111100111111001111110011111100111111 | dfe13f3f3f3f3f |
UTF-8 | 焉뉙렣溜뀀젨 | 111001111000010010001001111010111000100110011001111010111010000010100011111011111010011110001011111010111000000010000000111011001010000010101000 | e78489eb8999eba0a3efa78beb8080eca0a8 |
UHC | 焉뉙렣溜뀀젨 | 111001011110101010000111111011011000111010110100111010101111111010110010111010111010000010100000 | e5ea87ed8eb4eafeb2eba0a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)