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 | 巐常圉 | 111110101011011010001111111011011001101010011110 | fab68fed9a9e |
EUC-JP | 巐常圉 | 10001111101110111111100110111110111011111101001111111110 | 8fbbf9beefd3fe |
UTF-8 | 巐常圉 | 111001011011011110010000111001011011100010111000111001011001110010001001 | e5b790e5b8b8e59c89 |
UHC | ?常? | 00111111110111111100100000111111 | 3fdfc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)