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 | 豺卓汐 | 111001101011011110010001111011001000111010101100 | e6b791ec8eac |
EUC-JP | 豺卓汐 | 111011001011100111000010111011101011110010101110 | ecb9c2eebcae |
UTF-8 | 豺卓汐 | 111010001011000110111010111001011000110110010011111001101011000110010000 | e8b1bae58d93e6b190 |
UHC | 豺卓汐 | 111000111100111111110110111100011110000010110001 | e3cff6f1e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)