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 | 涬シ萋キ昇 | 1111101101000001101111001110010011000100101101111000111110111000 | fb41bce4c4b78fb8 |
EUC-JP | 涬シ萋キ昇 | 1000111111000111110011111000111010111100111010001100011010001110101101111011111010111010 | 8fc7cf8ebce8c68eb7beba |
UTF-8 | 涬シ萋キ昇 | 111001101011011010101100111011111011110110111100111010001001000010001011111011111011110110110111111001101001100010000111 | e6b6acefbdbce8908befbdb7e69887 |
UHC | ????昇 | 001111110011111100111111001111111110001110110000 | 3f3f3f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)