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 | 閼蛾寉 | 111010001000010010001001111010011001101110000101 | e88489e99b85 |
EUC-JP | 閼蛾寉 | 111011111110010010110010111010111101010111100101 | efe4b2ebd5e5 |
UTF-8 | 閼蛾寉 | 111010011001011010111100111010001001101110111110111001011010111110001001 | e996bce89bbee5af89 |
UHC | 閼蛾? | 1110010011011001111001001011011000111111 | e4d9e4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)