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 | シト尺柴宍室 | 10111100110001001000111011011010100011101100010010001110101100111000111010111010 | bcc48eda8ec48eb38eba |
EUC-JP | シト尺柴宍室 | 100011101011110010001110110001001011110011011100101111001100011010111100101101011011110010111100 | 8ebc8ec4bcdcbcc6bcb5bcbc |
UTF-8 | シト尺柴宍室 | 111011111011110110111100111011111011111010000100111001011011000010111010111001101001111110110100111001011010111010001101111001011010111010100100 | efbdbcefbe84e5b0bae69fb4e5ae8de5aea4 |
UHC | ??尺柴?室 | 001111110011111111110100101010011110001111000011001111111110001111111000 | 3f3ff4a9e3c33fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)