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 | 100100111010100110011001111110100111101101100100 | 93a999fa7b64 |
EUC-JP | 陶哄{d | 110001101010101111010010111111000111101101100100 | c6abd2fc7b64 |
UTF-8 | 陶哄{d | 1110100110011001101101101110010110010011100001000111101101100100 | e999b6e593847b64 |
UHC | 陶哄{d | 110101001011011011111011111011110111101101100100 | d4b6fbef7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)