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 | ??Y?? | 0011111100111111010110010011111100111111 | 3f3f593f3f |
SJIS-WIN | ??Y?? | 0011111100111111010110010011111100111111 | 3f3f593f3f |
EUC-JP | ??Y?? | 0011111100111111010110010011111100111111 | 3f3f593f3f |
UTF-8 | 찼횧Y찼횧 | 11101100101100001011110011101101100110101010011101011001111011001011000010111100111011011001101010100111 | ecb0bced9aa759ecb0bced9aa7 |
UHC | 찼횧Y찼횧 | 110000111010000111000011100111100101100111000011101000011100001110011110 | c3a1c39e59c3a1c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)