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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 啼?璋?? | 10011010011001010011111111100000111101100011111100111111 | 9a653fe0f63f3f |
EUC-JP | 啼?璋®? | 110100111100011000111111111000001111100010001111101000101110111000111111 | d3c63fe0f88fa2ee3f |
UTF-8 | 啼렮璋®벳 | 1110010110010101101111001110101110100000101011101110011110010010100010111100001010101110111010111011001010110011 | e595bceba0aee7928bc2aeebb2b3 |
UHC | 啼렮璋®벳 | 11110000101001101000111010111011111011011111000010100010111001111011101010101010 | f0a68ebbedf0a2e7baaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)