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 | 炎??傭? | 10001001100010100011111100111111100101110110001000111111 | 898a3f3f97623f |
EUC-JP | 炎??傭? | 10110001111010100011111100111111110011011100001100111111 | b1ea3f3fcdc33f |
UTF-8 | 炎⑴쁺傭튔 | 111001111000001010001110111000101001000110110100111011001000000110111010111001011000001010101101111011011000101010010100 | e7828ee291b4ec81bae582aded8a94 |
UHC | 炎⑴쁺傭튔 | 11100110111110101010100111100111100110001000000111101001101101101011101001000110 | e6faa9e79881e9b6ba46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)