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 | 巐礼匆 | 111110101011011010010111111001111001100110110000 | fab697e799b0 |
EUC-JP | 巐礼匆 | 10001111101110111111100111001110111010011101001010110010 | 8fbbf9cee9d2b2 |
UTF-8 | 巐礼匆 | 111001011011011110010000111001111010010010111100111001011000110010000110 | e5b790e7a4bce58c86 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)