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 | 塋c?攸?? | 100110101100100010000010100000110011111110011101101111110011111100111111 | 9ac882833f9dbf3f3f |
EUC-JP | 塋c?攸?? | 110101001100101010100011111000110011111111011010110000010011111100111111 | d4caa3e33fdac13f3f |
UTF-8 | 塋c끃攸㏝걢 | 111001011010000110001011111011111011110110000011111010111000000110000011111001101001010010111000111000111000111110011101111010101011000110100010 | e5a18befbd83eb8183e694b8e38f9deab1a2 |
UHC | 塋c끃攸㏝걢 | 111001111010101110100011111000111000010110111001111010101111001010100111111010011000000110001011 | e7aba3e385b9eaf2a7e9818b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)