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 | 驥育エ鈴響 | 111010011000011110001000111001111011010010010111111010011000101110111111 | e98788e7b497e98bbf |
EUC-JP | 驥育エ鈴響 | 11110001111001111011000011101001100011101011010011001110111010111011011011000001 | f1e7b0e98eb4ceebb6c1 |
UTF-8 | 驥育エ鈴響 | 111010011010100110100101111010001000001010110010111011111011110110110100111010011000100010110100111010011001111110111111 | e9a9a5e882b2efbdb4e988b4e99fbf |
UHC | 驥育?鈴響 | 110100011100101011101011110000000011111111010110110000101111101011000010 | d1caebc03fd6c2fac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)