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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楔跣夭? | 10011110101101101110011011101111100110101110111000111111 | 9eb6e6ef9aee3f |
EUC-JP | 楔跣夭? | 11011100101110001110110011110001110101001111000000111111 | dcb8ecf1d4f03f |
UTF-8 | 楔跣夭숷 | 111001101010010110010100111010001011011110100011111001011010010010101101111011001000100010110111 | e6a594e8b7a3e5a4adec88b7 |
UHC | 楔跣夭숷 | 1110000011011011111000001101001111101000111011001001101001001100 | e0dbe0d3e8ec9a4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)