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 | 鉗ク闍ヲ霆沓 | 11100111111001111011100011101000100010111010011011101000101110111000110001000010 | e7e7b8e88ba6e8bb8c42 |
EUC-JP | 鉗ク闍ヲ霆沓 | 111011101110100110001110101110001110111111101011100011101010011011110000101111011011011110100011 | eee98eb8efeb8ea6f0bdb7a3 |
UTF-8 | 鉗ク闍ヲ霆沓 | 111010011000100110010111111011111011110110111000111010011001011110001101111011111011110110100110111010011001110010000110111001101011001010010011 | e98997efbdb8e9978defbda6e99c86e6b293 |
UHC | 鉗???霆沓 | 110011001100011000111111001111110011111111101111111111011101001111001011 | ccc63f3f3feffdd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)