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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鵄湿章ェ鴫 | 111010011111010110001110101111001000111111001101101010101000111010110000 | e9f58ebc8fcdaa8eb0 |
EUC-JP | 鵄湿章ェ鴫 | 11110010111101111011110010111110101111101100111110001110101010101011110010110010 | f2f7bcbebecf8eaabcb2 |
UTF-8 | 鵄湿章ェ鴫 | 111010011011010110000100111001101011100110111111111001111010101110100000111011111011110110101010111010011011010010101011 | e9b584e6b9bfe7aba0efbdaae9b4ab |
UHC | ??章?? | 001111110011111111101101111100010011111100111111 | 3f3fedf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)