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 | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 兀?h?{d | 1001100101011001001111111000001010001000001111110111101101100100 | 99593f82883f7b64 |
EUC-JP | 兀?h?{d | 1101000110111010001111111010001111101000001111110111101101100100 | d1ba3fa3e83f7b64 |
UTF-8 | 兀먃h뤃{d | 1110010110000101100000001110101110101000100000111110111110111101100010001110101110100100100000110111101101100100 | e58580eba883efbd88eba4837b64 |
UHC | 兀먃h뤃{d | 11101000101101001001000011000010101000111110100010001111101101000111101101100100 | e8b490c2a3e88fb47b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)