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 | 邀?荀邀 | 11100111101100010011111111100100101001001110011110110001 | e7b13fe4a4e7b1 |
EUC-JP | 邀?荀邀 | 11101110101100110011111111101000101001101110111010110011 | eeb33fe8a6eeb3 |
UTF-8 | 邀쌅荀邀 | 111010011000001010000000111011001000110010000101111010001000110110000000111010011000001010000000 | e98280ec8c85e88d80e98280 |
UHC | 邀쌅荀邀 | 1110100110101101100110101111100011100010111100001110100110101101 | e9ad9af8e2f0e9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)