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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 捧癢硴] | 10010101111110011110000110011000111000011110101101011101 | 95f9e198e1eb5d |
EUC-JP | 捧癢硴] | 11001010111110111110000111111000111000101110110101011101 | cafbe1f8e2ed5d |
UTF-8 | 捧癢硴] | 11100110100011011010011111100111100110011010001011100111101000011011010001011101 | e68da7e799a2e7a1b45d |
UHC | 捧??] | 1101110011101001001111110011111101011101 | dce93f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)