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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 項?] | 10001101100000000011111101011101 | 8d803f5d |
EUC-JP | 項?] | 10111001111000000011111101011101 | b9e03f5d |
UTF-8 | 項㎠] | 11101001101000001000010111100011100011101010000001011101 | e9a085e38ea05d |
UHC | 項㎠] | 1111101010100011101001111011001001011101 | faa3a7b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)