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?甸?? | 100110101100100010000010100000110011111110011001101100100011111100111111 | 9ac882833f99b23f3f |
EUC-JP | 塋c?甸?? | 110101001100101010100011111000110011111111010010101101000011111100111111 | d4caa3e33fd2b43f3f |
UTF-8 | 塋c끂甸싮솻 | 111001011010000110001011111011111011110110000011111010111000000110000010111001111001010010111000111011001000101110101110111011001000011010111011 | e5a18befbd83eb8182e794b8ec8baeec86bb |
UHC | 塋c끂甸싮솻 | 111001111010101110100011111000111000010110111000111011111010010010011010111010011001100110110000 | e7aba3e385b8efa49ae999b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)