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 | ¶óQ] | 10110110111100110101000101011101 | b6f3515d |
SJIS-WIN | ¶?Q] | 1000000111110111001111110101000101011101 | 81f73f515d |
EUC-JP | ¶óQ] | 10100010111110011000111110101011110100010101000101011101 | a2f98fabd1515d |
UTF-8 | ¶óQ] | 110000101011011011000011101100110101000101011101 | c2b6c3b3515d |
UHC | ¶?Q] | 1010001011010010001111110101000101011101 | a2d23f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)