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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閻溽事骼ァ隰 | 1110100010000101100111111110011110001110100101101110100110001110101001111110100010101100 | e8859fe78e96e98ea7e8ac |
EUC-JP | 閻溽事骼ァ隰 | 111011111110010111011110111010011011101111110110111100011110111010001110101001111111000010101110 | efe5dee9bbf6f1ee8ea7f0ae |
UTF-8 | 閻溽事骼ァ隰 | 111010011001011010111011111001101011101010111101111001001011101010001011111010011010101010111100111011111011110110100111111010011001101010110000 | e996bbe6babde4ba8be9aabcefbda7e99ab0 |
UHC | 閻?事??? | 1110011110100010001111111101111011000000001111110011111100111111 | e7a23fdec03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)