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 | Ы޷] | 1101000010101011110111101011011101011101 | d0abdeb75d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ??Þ?] | 00111111001111111000111110101001101100000011111101011101 | 3f3f8fa9b03f5d |
UTF-8 | Ы޷] | 110000111001000011000010101010111100001110011110110000101011011101011101 | c390c2abc39ec2b75d |
UHC | Ð?Þ·] | 1010100010100010001111111010100010101101101000011010010001011101 | a8a23fa8ada1a45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)