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 | 葉???? | 100101110111010000111111001111110011111100111111 | 97743f3f3f3f |
EUC-JP | 葉???? | 110011011101010100111111001111110011111100111111 | cdd53f3f3f3f |
UTF-8 | 葉띔퀋淋륛 | 111010001001000110001001111010111001110110010100111011011000000010001011111011111010011110110101111010111010010110011011 | e89189eb9d94ed808befa7b5eba59b |
UHC | 葉띔퀋淋륛 | 11100111101010001011011011101010101100111000000111101100111110001001000001000010 | e7a8b6eab381ecf89042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)