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 | ÉôÜûå | 10001111110010011111010010001110110111001111101111100101 | 8fc9f48edcfbe5 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?Éô?Üûå | 0011111110001111101010101011000110001111101010111101010000111111100011111010101011100100100011111010101111100101100011111010101110101001 | 3f8faab18fabd43f8faae48fabe58faba9 |
UTF-8 | ÉôÜûå | 1100001010001111110000111000100111000011101101001100001010001110110000111001110011000011101110111100001110100101 | c28fc389c3b4c28ec39cc3bbc3a5 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)