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 | 001111111001000001100110011010010011111110010000011001100110100101000010 | 3f9066693f90666942 |
EUC-JP | ?診i?診iB | 001111111011111111000111011010010011111110111111110001110110100101000010 | 3fbfc7693fbfc76942 |
UTF-8 | 솜診i솜診iB | 111011001000011010011100111010001010100010111010011010011110110010000110100111001110100010101000101110100110100101000010 | ec869ce8a8ba69ec869ce8a8ba6942 |
UHC | 솜診i솜診iB | 1011110011011000111100101110000001101001101111001101100011110010111000000110100101000010 | bcd8f2e069bcd8f2e06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)