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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竣??轅? | 10001111011101100011111100111111111001110111011000111111 | 8f763f3fe7763f |
EUC-JP | 竣??轅? | 10111101110101110011111100111111111011011101011100111111 | bdd73f3fedd73f |
UTF-8 | 竣ㅷ웡轅렟 | 111001111010101110100011111000111000010110110111111011001001101110100001111010001011110110000101111010111010000010011111 | e7aba3e385b7ec9ba1e8bd85eba09f |
UHC | 竣ㅷ웡轅렟 | 11110001111000101010010011100111101111111111110111101010101111111000111010110000 | f1e2a4e7bffdeabf8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)