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 | 倚??宜? | 10011000110111110011111100111111100010110101100000111111 | 98df3f3f8b583f |
EUC-JP | 倚??宜? | 11010000111000010011111100111111101101011011100100111111 | d0e13f3fb5b93f |
UTF-8 | 倚브턄宜숥 | 111001011000000010011010111010111011100010001100111011011000010010000100111001011010111010011100111011001000100010100101 | e5809aebb88ced8484e5ae9cec88a5 |
UHC | 倚브턄宜숥 | 11101011111011111011101011101010101101011010000011101011111100011001101001000010 | ebefbaeab5a0ebf19a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)