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 | 魘定淦 | 111010011011010010010010111010001001111110111110 | e9b492e89fbe |
EUC-JP | 魘定淦 | 111100101011011011000100111010101101111011000000 | f2b6c4eadec0 |
UTF-8 | 魘定淦 | 111010011010110110011000111001011010111010011010111001101011011110100110 | e9ad98e5ae9ae6b7a6 |
UHC | ?定? | 00111111111011111101001000111111 | 3fefd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)