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 | 專籠? | 1001101110010011111000101100010000111111 | 9b93e2c43f |
EUC-JP | 專籠祛 | 11010101111100111110010011000110100011111101000011010111 | d5f3e4c68fd0d7 |
UTF-8 | 專籠祛 | 111001011011000010001000111001111011000110100000111001111010010110011011 | e5b088e7b1a0e7a59b |
UHC | 專籠祛 | 111011101111011011010110111010111100101111100100 | eef6d6ebcbe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)