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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 髫ェ貊皮イセ^ | 11101001100110101010101011100110101110111001010011100111101100101011111001011110 | e99aaae6bb94e7b2be5e |
EUC-JP | 髫ェ貊皮イセ^ | 11110001111110101000111010101010111011001011110111001000111010011000111010110010100011101011111001011110 | f1fa8eaaecbdc8e98eb28ebe5e |
UTF-8 | 髫ェ貊皮イセ^ | 11101001101010111010101111101111101111011010101011101000101100101000101011100111100110101010111011101111101111011011001011101111101111011011111001011110 | e9ababefbdaae8b28ae79aaeefbdb2efbdbe5e |
UHC | ??貊皮??^ | 001111110011111111011000111001111111100110101011001111110011111101011110 | 3f3fd8e7f9ab3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)