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 | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 墻℡?d | 100110101101010010000111100001000011111101100100 | 9ad487843f64 |
EUC-JP | 墻??d | 1101010011010110001111110011111101100100 | d4d63f3f64 |
UTF-8 | 墻℡윿d | 11100101101000101011101111100010100001001010000111101100100111001011111101100100 | e5a2bbe284a1ec9cbf64 |
UHC | 墻℡윿d | 11101101110111111010001011100101100111111011011101100100 | eddfa2e59fb764 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)