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횠횗 | 11101101100110101010000011101101100110101001011101011001111011011001101010100000111011011001101010010111 | ed9aa0ed9a9759ed9aa0ed9a97 |
UHC | 횠횗Y횠횗 | 110000111001100011000011100100010101100111000011100110001100001110010001 | c398c39159c398c391 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)