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 | 鄒櫁ス滂スシ | 111001111011111010011110111010001011110110011111111011111011110110111100 | e7be9ee8bd9fefbdbc |
EUC-JP | 鄒櫁ス滂スシ | 111011101100000011011100111010101000111010111101110111101111000110001110101111011000111010111100 | eec0dcea8ebddef18ebd8ebc |
UTF-8 | 鄒櫁ス滂スシ | 111010011000010010010010111001101010101110000001111011111011110110111101111001101011101110000010111011111011110110111101111011111011110110111100 | e98492e6ab81efbdbde6bb82efbdbdefbdbc |
UHC | 鄒??滂?? | 1111010111011011001111110011111111011011101101010011111100111111 | f5db3f3fdbb53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)