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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豺オ隘 | 1110011010110111101101011110100010100101 | e6b7b5e8a5 |
EUC-JP | 豺オ隘 | 111011001011100110001110101101011111000010100111 | ecb98eb5f0a7 |
UTF-8 | 豺オ隘 | 111010001011000110111010111011111011110110110101111010011001101010011000 | e8b1baefbdb5e99a98 |
UHC | 豺?隘 | 1110001111001111001111111110010011110110 | e3cf3fe4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)