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 | 奬?狸 | 1001101011111011001111111001001001001011 | 9afb3f924b |
EUC-JP | 奬?狸 | 1101010011111101001111111100001110101100 | d4fd3fc3ac |
UTF-8 | 奬쮸狸 | 111001011010010110101100111011001010111010111000111001111000101110111000 | e5a5acecaeb8e78bb8 |
UHC | 奬쮸狸 | 111011011110000111000010111010011101011111100001 | ede1c2e9d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)