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 | 脱辰測棚 | 1001001001000101100100100100001110010001101010101001001001001001 | 9245924391aa9249 |
EUC-JP | 脱辰測棚 | 1100001110100110110000111010010011000010101011001100001110101010 | c3a6c3a4c2acc3aa |
UTF-8 | 脱辰測棚 | 111010001000010010110001111010001011111010110000111001101011100010101100111001101010001110011010 | e884b1e8beb0e6b8ace6a39a |
UHC | ?辰測棚 | 00111111111100101110001111110110101101001101110111011100 | 3ff2e3f6b4dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)