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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???慣 | 0011111100111111001111111000101010110101 | 3f3f3f8ab5 |
EUC-JP | ???慣 | 0011111100111111001111111011010010110111 | 3f3f3fb4b7 |
UTF-8 | 療귛떂慣 | 111011111010011110000001111010101011011110011011111010111001011010000010111001101000010110100011 | efa781eab79beb9682e685a3 |
UHC | 療귛떂慣 | 1110100011111110100000101110010110001011100110001100111010110001 | e8fe82e58b98ceb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)