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 | 躍???ε | 10010110111101000011111100111111001111111000001111000011 | 96f43f3f3f83c3 |
EUC-JP | 躍??沅ε | 110011001111011000111111001111111000111111000110111010011010011011000101 | ccf63f3f8fc6e9a6c5 |
UTF-8 | 躍귣뭿沅ε | 1110100010111010100011011110101010110111101000111110101110101101101111111110011010110010100001011100111010110101 | e8ba8deab7a3ebadbfe6b285ceb5 |
UHC | 躍귣뭿沅ε | 11100101101110001000001011101011100100101000111011101010101101101010010111100101 | e5b882eb928eeab6a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)