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 | 羹饗違 | 111000111011101110001011110000001000100011100001 | e3bb8bc088e1 |
EUC-JP | 羹饗違 | 111001101011110110110110110000101011000011100011 | e6bdb6c2b0e3 |
UTF-8 | 羹饗違 | 111001111011111010111001111010011010010110010111111010011000000110010101 | e7beb9e9a597e98195 |
UHC | 羹饗違 | 110010111101100011111010110001001110101011011110 | cbd8fac4eade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)