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 | 煆ケノ煆 | 111110110101011010111001110010011111101101010110 | fb56b9c9fb56 |
EUC-JP | 煆ケノ煆 | 10001111110010011111010010001110101110011000111011001001100011111100100111110100 | 8fc9f48eb98ec98fc9f4 |
UTF-8 | 煆ケノ煆 | 111001111000010110000110111011111011110110111001111011111011111010001001111001111000010110000110 | e78586efbdb9efbe89e78586 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)