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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | 謔滔ーッSB | 1110011010000010100111111110101110110000101011110101001101000010 | e6829febb0af5342 |
EUC-JP | 謔滔ーッSB | 11101011111000101101111011101101100011101011000010001110101011110101001101000010 | ebe2deed8eb08eaf5342 |
UTF-8 | 謔滔ーッSB | 1110100010101100100101001110011010111011100101001110111110111101101100001110111110111101101011110101001101000010 | e8ac94e6bb94efbdb0efbdaf5342 |
UHC | 謔滔??SB | 1111100111001100110101001010010100111111001111110101001101000010 | f9ccd4a53f3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)