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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 蒔鱆軸h | 111100001011010110001110101010101110100111100001100011101011001001101000 | f0b58eaae9e18eb268 |
EUC-JP | ?蒔鱆軸h | 0011111110111100101011001111001011100011101111001011010001101000 | 3fbcacf2e3bcb468 |
UTF-8 | 蒔鱆軸h | 11101110100000011011010011101000100100101001010011101001101100011000011011101000101110111011100001101000 | ee81b4e89294e9b186e8bbb868 |
UHC | ?蒔?軸h | 00111111111000111100100000111111111101011110111001101000 | 3fe3c83ff5ee68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)