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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驛、邵∵鏡 | 111010011000001110100100111001111011100010000001111001101000101110111110 | e983a4e7b881e68bbe |
EUC-JP | 驛、邵∵鏡 | 11110001111000111000111010100100111011101011101010100010111010001011011011000000 | f1e38ea4eebaa2e8b6c0 |
UTF-8 | 驛、邵∵鏡 | 111010011010100110011011111011111011110110100100111010011000001010110101111000101000100010110101111010011000111110100001 | e9a99befbda4e982b5e288b5e98fa1 |
UHC | 驛?邵∵鏡 | 111001101011111000111111111000011101000010100001111100011100110011110000 | e6be3fe1d0a1f1ccf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)