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 | 跛顔ェ | 1110011011101010100010101110011110101010 | e6ea8ae7aa |
EUC-JP | 跛顔ェ | 111011001110110010110100111010011000111010101010 | ececb4e98eaa |
UTF-8 | 跛顔ェ | 111010001011011110011011111010011010000110010100111011111011110110101010 | e8b79be9a194efbdaa |
UHC | 跛顔? | 1111011111110101111001001101010000111111 | f7f5e4d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)