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 | 熊警??痲 | 1000110001000110100011000111100000111111001111111110000110000100 | 8c468c783f3fe184 |
EUC-JP | 熊警??痲 | 1011011110100111101101111101100100111111001111111110000111100100 | b7a7b7d93f3fe1e4 |
UTF-8 | 熊警렗뀄痲 | 111001111000011010001010111010001010110110100110111010111010000010010111111010111000000010000100111001111001011110110010 | e7868ae8ada6eba097eb8084e797b2 |
UHC | 熊警렗뀄痲 | 11101010101010001100110011101101100011101010110010110010111011011101100010100110 | eaa8cced8eacb2edd8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)