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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 堤}堤{^ | 10010010111001110111110110010010111001110111101101011110 | 92e77d92e77b5e |
EUC-JP | 堤}堤{^ | 11000100111010010111110111000100111010010111101101011110 | c4e97dc4e97b5e |
UTF-8 | 堤}堤{^ | 111001011010000010100100011111011110010110100000101001000111101101011110 | e5a0a47de5a0a47b5e |
UHC | 堤}堤{^ | 11110000101001110111110111110000101001110111101101011110 | f0a77df0a77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)