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 | 悸芍? | 1001110010100111111001001000100100111111 | 9ca7e4893f |
EUC-JP | 悸芍Ŧ | 11011000101010011110011111101001100011111010100110101111 | d8a9e7e98fa9af |
UTF-8 | 悸芍Ŧ | 1110011010000010101110001110100010001010100011011100010110100110 | e682b8e88a8dc5a6 |
UHC | 悸芍Ŧ | 110011001111101111101101110010111010100010101110 | ccfbedcba8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)