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 | ??O?? | 0011111100111111010011110011111100111111 | 3f3f4f3f3f |
SJIS-WIN | ??O?寶 | 001111110011111101001111001111111001101110001111 | 3f3f4f3f9b8f |
EUC-JP | ??O?寶 | 001111110011111101001111001111111101010111101111 | 3f3f4f3fd5ef |
UTF-8 | 렻렓O렺寶 | 11101011101000001011101111101011101000001001001101001111111010111010000010111010111001011010111110110110 | eba0bbeba0934feba0bae5afb6 |
UHC | 렻렓O렺寶 | 100011101100001110001110101010000100111110001110110000101101110011000100 | 8ec38ea84f8ec2dcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)