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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鵄湿章ェ | 11101001111101011000111010111100100011111100110110101010 | e9f58ebc8fcdaa |
EUC-JP | 鵄湿章ェ | 1111001011110111101111001011111010111110110011111000111010101010 | f2f7bcbebecf8eaa |
UTF-8 | 鵄湿章ェ | 111010011011010110000100111001101011100110111111111001111010101110100000111011111011110110101010 | e9b584e6b9bfe7aba0efbdaa |
UHC | ??章? | 0011111100111111111011011111000100111111 | 3f3fedf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)