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 | 逎結桑 | 111001111010001110001100100010111000110001001011 | e7a38c8b8c4b |
EUC-JP | 逎結桑 | 111011101010010110110111111010111011011110101100 | eea5b7ebb7ac |
UTF-8 | 逎結桑 | 111010011000000010001110111001111011010110010000111001101010000110010001 | e9808ee7b590e6a191 |
UHC | ?結桑 | 0011111111001100101111111101111111001101 | 3fccbfdfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)