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 | 1110011010000001100000011110110010110000101100100111101111100110100000011000000111100010100000101000010001110011 | e68181ecb0b27be68181e2828473 |
UHC | 恁찲{恁₄s | 11101100111101101010101001001000011110111110110011110110101010011111111001110011 | ecf6aa487becf6a9fe73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)