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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???鍮??? | 0011111100111111001111111110100001001010001111110011111100111111 | 3f3f3fe84a3f3f3f |
EUC-JP | ???鍮??? | 0011111100111111001111111110111110101011001111110011111100111111 | 3f3f3fefab3f3f3f |
UTF-8 | 琉듣닄鍮꾣셀李 | 111011111010011110001100111010111001001110100011111010111000101110000100111010011000110110101110111010101011111010100011111011001000010110000000111011111010011110100001 | efa78ceb93a3eb8b84e98daeeabea3ec8580efa7a1 |
UHC | 琉듣닄鍮꾣셀李 | 1110101110100100101101011110100010001000100011011110101110111001100001001110011010111100101111111110110010110000 | eba4b5e8888debb984e6bcbfecb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)