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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???絪?? | 0011111100111111001111111000111111010011111011000011111100111111 | 3f3f3f8fd3ec3f3f |
UTF-8 | 說뺣뱽絪멨뎄 | 111011111010011010100001111010111011101010100011111010111011000110111101111001111011010110101010111010111010100110101000111010111000111010000100 | efa6a1ebbaa3ebb1bde7b5aaeba9a8eb8e84 |
UHC | 說뺣뱽絪멨뎄 | 111001101111001010010101111010111001001110100011111011001101111110111000111001011011010110101100 | e6f295eb93a3ecdfb8e5b5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)