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 | 辷帷硯 | 111001111000100010011011111001111000110010100101 | e7889be78ca5 |
EUC-JP | 辷帷硯 | 111011011110100011010110111010011011100010100111 | ede8d6e9b8a7 |
UTF-8 | 辷帷硯 | 111010001011111010110111111001011011100010110111111001111010000110101111 | e8beb7e5b8b7e7a1af |
UHC | ??硯 | 00111111001111111110011011011011 | 3f3fe6db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)