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 | 兆?諸 | 1001001010011011001111111000111110010100 | 929b3f8f94 |
EUC-JP | 兆?諸 | 1100001111111011001111111011110111110100 | c3fb3fbdf4 |
UTF-8 | 兆렗諸 | 111001011000010110000110111010111010000010010111111010001010101110111000 | e58586eba097e8abb8 |
UHC | 兆렗諸 | 111100001011110010001110101011001111000010110011 | f0bc8eacf0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)