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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ???似斛E | 0011111100111111001111111000111010010111100111011100110101000101 | 3f3f3f8e979dcd45 |
EUC-JP | ???似斛E | 0011111100111111001111111011101111110111110110101100111101000101 | 3f3f3fbbf7dacf45 |
UTF-8 | 렻렒렺似斛E | 11101011101000001011101111101011101000001001001011101011101000001011101011100100101111001011110011100110100101101001101101000101 | eba0bbeba092eba0bae4bcbce6969b45 |
UHC | 렻렒렺似斛E | 1000111011000011100011101010011110001110110000101101111011000100110011011101011101000101 | 8ec38ea78ec2dec4cdd745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)