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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 吾?{d | 1000110011100001001111110111101101100100 | 8ce13f7b64 |
EUC-JP | 吾?{d | 1011100011100011001111110111101101100100 | b8e33f7b64 |
UTF-8 | 吾뱗{d | 1110010110010000101111101110101110110001100101110111101101100100 | e590beebb1977b64 |
UHC | 吾뱗{d | 111001111110111010010011011110000111101101100100 | e7ee93787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)