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 | 聖乂嶼 | 100100001011100110011000101001111001101111010111 | 90b998a79bd7 |
EUC-JP | 聖乂嶼 | 110000001011101111010000101010011101011011011001 | c0bbd0a9d6d9 |
UTF-8 | 聖乂嶼 | 111010001000000110010110111001001011100110000010111001011011011010111100 | e88196e4b982e5b6bc |
UHC | 聖乂嶼 | 111000011010000111100111110100011101111111101100 | e1a1e7d1dfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)