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 | 邏否授 | 111001111011010010010100110110111000111011110110 | e7b494db8ef6 |
EUC-JP | 邏否授 | 111011101011011011001000110111011011110011111000 | eeb6c8ddbcf8 |
UTF-8 | 邏否授 | 111010011000001010001111111001011001000010100110111001101000111010001000 | e9828fe590a6e68e88 |
UHC | 邏否授 | 110101011010010011011100111110101110001010100011 | d5a4dcfae2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)