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 | 昔}昔{^ | 10010000110011000111110110010000110011000111101101011110 | 90cc7d90cc7b5e |
EUC-JP | 昔}昔{^ | 11000000110011100111110111000000110011100111101101011110 | c0ce7dc0ce7b5e |
UTF-8 | 昔}昔{^ | 111001101001100010010100011111011110011010011000100101000111101101011110 | e698947de698947b5e |
UHC | 昔}昔{^ | 11100000101011100111110111100000101011100111101101011110 | e0ae7de0ae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)