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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 蒔i蒔iB | 1111000010101100100011101010101001101001111100001010110010001110101010100110100101000010 | f0ac8eaa69f0ac8eaa6942 |
EUC-JP | ?蒔i?蒔iB | 001111111011110010101100011010010011111110111100101011000110100101000010 | 3fbcac693fbcac6942 |
UTF-8 | 蒔i蒔iB | 111011101000000110101011111010001001001010010100011010011110111010000001101010111110100010010010100101000110100101000010 | ee81abe8929469ee81abe892946942 |
UHC | ?蒔i?蒔iB | 001111111110001111001000011010010011111111100011110010000110100101000010 | 3fe3c8693fe3c86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)