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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 荵呷抹銕 | 1110010010111001100110011110110010010110100101011110011111101100 | e4b999ec9695e7ec |
EUC-JP | 荵呷抹銕 | 1110100010111011110100101110111011001011111101011110111011101110 | e8bbd2eecbf5eeee |
UTF-8 | 荵呷抹銕 | 111010001000110110110101111001011001000110110111111001101000101010111001111010011000101010010101 | e88db5e591b7e68ab9e98a95 |
UHC | ??抹? | 0011111100111111110110001100011000111111 | 3f3fd8c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)