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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 諶冕^ | 1111101110101010100110010110101001011110 | fbaa996a5e |
EUC-JP | 諶冕^ | 100011111101111010110101110100011100101101011110 | 8fdeb5d1cb5e |
UTF-8 | 諶冕^ | 11101000101010111011011011100101100001101001010101011110 | e8abb6e586955e |
UHC | 諶冕^ | 1110010010100110110110001111010001011110 | e4a6d8f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)