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 | 膵剛源 | 111001000101100010001101100001001000110010111001 | e4588d848cb9 |
EUC-JP | 膵剛源 | 111001111011100110111001111001001011100010111011 | e7b9b9e4b8bb |
UTF-8 | 膵剛源 | 111010001000011010110101111001011000100110011011111001101011101010010000 | e886b5e5899be6ba90 |
UHC | 膵剛源 | 111101011111110111001011101001111110101010111001 | f5fdcba7eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)