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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ホ畤ホ畤B | 11001110111000010101111011001110111000010101111001000010 | cee15ecee15e42 |
EUC-JP | ホ畤ホ畤B | 100011101100111011100001101111111000111011001110111000011011111101000010 | 8ecee1bf8ecee1bf42 |
UTF-8 | ホ畤ホ畤B | 11101111101111101000111011100111100101011010010011101111101111101000111011100111100101011010010001000010 | efbe8ee795a4efbe8ee795a442 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)