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 | 襞宣エィ豢 | 1110010111111100100100001110100110110100101010001110011010110100 | e5fc90e9b4a8e6b4 |
EUC-JP | 襞宣エィ豢 | 11101010111111101100000011101011100011101011010010001110101010001110110010110110 | eafec0eb8eb48ea8ecb6 |
UTF-8 | 襞宣エィ豢 | 111010001010010110011110111001011010111010100011111011111011110110110100111011111011110110101000111010001011000110100010 | e8a59ee5aea3efbdb4efbda8e8b1a2 |
UHC | ?宣??? | 001111111110000010111110001111110011111100111111 | 3fe0be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)