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 | Éúû_ | 1000111111001001111110101111101101011111 | 8fc9fafb5f |
SJIS-WIN | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
EUC-JP | ?Éúû_ | 0011111110001111101010101011000110001111101010111110001010001111101010111110010101011111 | 3f8faab18fabe28fabe55f |
UTF-8 | Éúû_ | 110000101000111111000011100010011100001110111010110000111011101101011111 | c28fc389c3bac3bb5f |
UHC | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)