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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | 恁?{恁?s | 1001110010001100001111110111101110011100100011000011111101110011 | 9c8c3f7b9c8c3f73 |
EUC-JP | 恁?{恁?s | 1101011111101100001111110111101111010111111011000011111101110011 | d7ec3f7bd7ec3f73 |
UTF-8 | 恁캯{恁캯s | 1110011010000001100000011110110010111010101011110111101111100110100000011000000111101100101110101010111101110011 | e68181ecbaaf7be68181ecbaaf73 |
UHC | 恁캯{恁캯s | 11101100111101101011000001001111011110111110110011110110101100000100111101110011 | ecf6b04f7becf6b04f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)