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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 療護妺 | 100101111100001110001100111011001111101010100101 | 97c38cecfaa5 |
EUC-JP | 療護妺 | 11001110110001011011100011101110100011111011100110110111 | cec5b8ee8fb9b7 |
UTF-8 | 療護妺 | 111001111001100110000010111010001010110110110111111001011010011010111010 | e79982e8adb7e5a6ba |
UHC | 療護? | 1101011011111011111110111101111000111111 | d6fbfbde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)