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 | 嶸弥嚥 | 111110101011010010010110111011011001101010001011 | fab496ed9a8b |
EUC-JP | 嶸弥嚥 | 10001111101110111111010011001100111011111101001111101011 | 8fbbf4ccefd3eb |
UTF-8 | 嶸弥嚥 | 111001011011011010111000111001011011110010100101111001011001101010100101 | e5b6b8e5bca5e59aa5 |
UHC | 嶸?嚥 | 1110011110101110001111111110011010111111 | e7ae3fe6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)