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î¨~ | 11111011010001011001101011101110100100001010100001111110 | fb459aee90a87e |
SJIS-WIN | ?E???¨~ | 0011111101000101001111110011111100111111100000010100111001111110 | 3f453f3f3f814e7e |
EUC-JP | ûE?î?¨~ | 100011111010101111100101010001010011111110001111101010111100001000111111101000011010111101111110 | 8fabe5453f8fabc23fa1af7e |
UTF-8 | ûEî¨~ | 110000111011101101000101110000101001101011000011101011101100001010010000110000101010100001111110 | c3bb45c29ac3aec290c2a87e |
UHC | ?E???¨~ | 0011111101000101001111110011111100111111101000011010011101111110 | 3f453f3f3fa1a77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)