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 | 章ェミセ | 10001111110011011010101011010000111100001110110010111110 | 8fcdaad0f0ecbe |
EUC-JP | 章ェミ?セ | 101111101100111110001110101010101000111011010000001111111000111010111110 | becf8eaa8ed03f8ebe |
UTF-8 | 章ェミセ | 111001111010101110100000111011111011110110101010111011111011111010010000111011101000001010101011111011111011110110111110 | e7aba0efbdaaefbe90ee82abefbdbe |
UHC | 章???? | 111011011111000100111111001111110011111100111111 | edf13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)