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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 章ェ湿照燻ス | 10001111110011011010101010001110101111001000111111000110111000001000111010111101 | 8fcdaa8ebc8fc6e08ebd |
EUC-JP | 章ェ湿照燻ス | 101111101100111110001110101010101011110010111110101111101100100011011111111011101000111010111101 | becf8eaabcbebec8dfee8ebd |
UTF-8 | 章ェ湿照燻ス | 111001111010101110100000111011111011110110101010111001101011100110111111111001111000010110100111111001111000011110111011111011111011110110111101 | e7aba0efbdaae6b9bfe785a7e787bbefbdbd |
UHC | 章??照燻? | 111011011111000100111111001111111111000011001110111111011011100000111111 | edf13f3ff0cefdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)