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 | 邀?』援 | 11100111101100010011111110000001011110001000100110000111 | e7b13f81788987 |
EUC-JP | 邀?』援 | 11101110101100110011111110100001110110011011000111100111 | eeb33fa1d9b1e7 |
UTF-8 | 邀싳』援 | 111010011000001010000000111011001000101110110011111000111000000010001111111001101000111110110100 | e98280ec8bb3e3808fe68fb4 |
UHC | 邀싳』援 | 1110100110101101100110101110110010100001101110111110101010110101 | e9ad9aeca1bbeab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)