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 | ??槽靖 | 001111110011111110010001100001011001011011110101 | 3f3f918596f5 |
EUC-JP | ?璜槽靖 | 0011111110001111110011001101100011000001111001011100110011110111 | 3f8fccd8c1e5ccf7 |
UTF-8 | 뤈璜槽靖 | 111010111010010010001000111001111001001010011100111001101010011110111101111010011001110110010110 | eba488e7929ce6a7bde99d96 |
UHC | 뤈璜槽靖 | 1000111110111000111111001101010011110000110010111110111111111110 | 8fb8fcd4f0cbeffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)