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 | 熊警?? | 100011000100011010001100011110000011111100111111 | 8c468c783f3f |
EUC-JP | 熊警?? | 101101111010011110110111110110010011111100111111 | b7a7b7d93f3f |
UTF-8 | 熊警렗뀁 | 111001111000011010001010111010001010110110100110111010111010000010010111111010111000000010000001 | e7868ae8ada6eba097eb8081 |
UHC | 熊警렗뀁 | 1110101010101000110011001110110110001110101011001011001011101100 | eaa8cced8eacb2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)