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 | 彦???? | 100101010100011000111111001111110011111100111111 | 95463f3f3f3f |
EUC-JP | 彦???? | 110010011010011100111111001111110011111100111111 | c9a73f3f3f3f |
UTF-8 | 彦쀪퀋淋륛 | 111001011011110110100110111011001000000010101010111011011000000010001011111011111010011110110101111010111010010110011011 | e5bda6ec80aaed808befa7b5eba59b |
UHC | 彦쀪퀋淋륛 | 11100101111010011001011111101010101100111000000111101100111110001001000001000010 | e5e997eab381ecf89042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)