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 | òâÁÉòâ | 1111001011100010100011101100000110001110110010011111001011100010 | f2e28ec18ec9f2e2 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | òâ?Á?Éòâ | 1000111110101011110100101000111110101011101001000011111110001111101010101010000100111111100011111010101010110001100011111010101111010010100011111010101110100100 | 8fabd28faba43f8faaa13f8faab18fabd28faba4 |
UTF-8 | òâÁÉòâ | 11000011101100101100001110100010110000101000111011000011100000011100001010001110110000111000100111000011101100101100001110100010 | c3b2c3a2c28ec381c28ec389c3b2c3a2 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)