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 | 邀オ謌台 | 11100111101100011011010111100110100010001001000111100100 | e7b1b5e68891e4 |
EUC-JP | 邀オ謌台 | 1110111010110011100011101011010111101011111010001100001011100110 | eeb38eb5ebe8c2e6 |
UTF-8 | 邀オ謌台 | 111010011000001010000000111011111011110110110101111010001010110010001100111001011000111110110000 | e98280efbdb5e8ac8ce58fb0 |
UHC | 邀??台 | 111010011010110100111111001111111111011110111011 | e9ad3f3ff7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)