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 | 芫鰹臭苜誌蒐 | 111001001000101110001010100011111000111101001100111001001001110010001110100011111000111101001110 | e48b8a8f8f4ce49c8e8f8f4e |
EUC-JP | 芫鰹臭苜誌蒐 | 111001111110101110110011111011111011110110101101111001111111110010111011111011111011110110101111 | e7ebb3efbdade7fcbbefbdaf |
UTF-8 | 芫鰹臭苜誌蒐 | 111010001000101010101011111010011011000010111001111010001000011110101101111010001000101110011100111010001010101010001100111010001001001010010000 | e88aabe9b0b9e887ade88b9ce8aa8ce89290 |
UHC | ??臭?誌蒐 | 001111110011111111110110101010110011111111110010101111001110001010111101 | 3f3ff6ab3ff2bce2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)