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 | 簣酌隝酌 | 1110001011001101100011101101111011111011111010111000111011011110 | e2cd8edefbeb8ede |
EUC-JP | 簣酌隝酌 | 111001001100111110111100111000001000111111100110111010001011110011100000 | e4cfbce08fe6e8bce0 |
UTF-8 | 簣酌隝酌 | 111001111011000010100011111010011000010110001100111010011001101010011101111010011000010110001100 | e7b0a3e9858ce99a9de9858c |
UHC | ?酌?酌 | 001111111110110111001100001111111110110111001100 | 3fedcc3fedcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)