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 | 閾燬嚮 | 111010001000011111100000100110111001101010001100 | e887e09b9a8c |
EUC-JP | 閾燬嚮 | 111011111110011111011111111110111101001111101100 | efe7dffbd3ec |
UTF-8 | 閾燬嚮 | 111010011001011010111110111001111000011110101100111001011001101010101110 | e996bee787ace59aae |
UHC | ??嚮 | 00111111001111111111101010111111 | 3f3ffabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)