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 | ÉúûÔÒ | 10001111110010011111101011111011100011111101010011010010 | 8fc9fafb8fd4d2 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?Éúû?ÔÒ | 0011111110001111101010101011000110001111101010111110001010001111101010111110010100111111100011111010101011010100100011111010101011010010 | 3f8faab18fabe28fabe53f8faad48faad2 |
UTF-8 | ÉúûÔÒ | 1100001010001111110000111000100111000011101110101100001110111011110000101000111111000011100101001100001110010010 | c28fc389c3bac3bbc28fc394c392 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)