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 | 諳器Α | 111001100111110110001010111011011000001110011111 | e67d8aed839f |
EUC-JP | 諳器Α | 111010111101111010110100111011111010011010100001 | ebdeb4efa6a1 |
UTF-8 | 諳器Α | 1110100010101011101100111110010110011001101010001100111010010001 | e8abb3e599a8ce91 |
UHC | ?器Α | 0011111111010000111011111010010111000001 | 3fd0efa5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)