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 | 訃щ扱 | 111001100101110110000100100010111000100010110101 | e65d848b88b5 |
EUC-JP | 訃щ扱 | 111010111011111010100111111010111011000010110111 | ebbea7ebb0b7 |
UTF-8 | 訃щ扱 | 1110100010101000100000111101000110001001111001101000100110110001 | e8a883d189e689b1 |
UHC | 訃щ扱 | 110111011011010110101100111010111101000011100010 | ddb5acebd0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)