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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 轝??? | 100011111110000110101010001111110011111100111111 | 8fe1aa3f3f3f |
UTF-8 | 轝싸녠데 | 111010001011110110011101111011001000101110111000111010111000010110100000111010111000110110110000 | e8bd9dec8bb8eb85a0eb8db0 |
UHC | 轝싸녠데 | 1110011010101100101111011100111010110011111010101011010110100101 | e6acbdceb3eab5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)