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 | 盞箚鱗 | 111000011011010111100010101100101001011111011000 | e1b5e2b297d8 |
EUC-JP | 盞箚鱗 | 111000101011011111100100101101001100111011011010 | e2b7e4b4ceda |
UTF-8 | 盞箚鱗 | 111001111001101110011110111001111010111010011010111010011011000110010111 | e79b9ee7ae9ae9b197 |
UHC | 盞箚鱗 | 111011011101001111110011101100001101011111110111 | edd3f3b0d7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)