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 | ìõ¹¥^ | 1110110011110101101110011010010101011110 | ecf5b9a55e |
SJIS-WIN | ???¥^ | 001111110011111100111111100000011000111101011110 | 3f3f3f818f5e |
EUC-JP | ìõ??^ | 100011111010101111000000100011111010101111011000001111110011111101011110 | 8fabc08fabd83f3f5e |
UTF-8 | ìõ¹¥^ | 110000111010110011000011101101011100001010111001110000101010010101011110 | c3acc3b5c2b9c2a55e |
UHC | ??¹?^ | 001111110011111110101001111101100011111101011110 | 3f3fa9f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)