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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??凋?足 | 00111111001111111001001010011100001111111001000110101011 | 3f3f929c3f91ab |
EUC-JP | ??凋?足 | 00111111001111111100001111111100001111111100001010101101 | 3f3fc3fc3fc2ad |
UTF-8 | 罹렯凋렪足 | 111011111010011110100110111010111010000010101111111001011000011110001011111010111010000010101010111010001011011010110011 | efa7a6eba0afe5878beba0aae8b6b3 |
UHC | 罹렯凋렪足 | 11101100101110101000111010111100111100001011110110001110101110001111000011101011 | ecba8ebcf0bd8eb8f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)