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 | 軏情筒薰ィ | 111110111011001010001111111011101001001110011011111110111001111010101000 | fbb28fee939bfb9ea8 |
EUC-JP | 軏情筒?ィ | 10001111111000001101100110111110111100001100010111111011001111111000111010101000 | 8fe0d9bef0c5fb3f8ea8 |
UTF-8 | 軏情筒薰ィ | 111010001011101110001111111001101000001110000101111001111010110110010010111010001001011010110000111011111011110110101000 | e8bb8fe68385e7ad92e896b0efbda8 |
UHC | ?情筒薰? | 0011111111101111110101111111011111010101111111011011100100111111 | 3fefd7f7d5fdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)