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 | 1000111011001000100010011000100101101001100011101100100010001001100010010110100101000010 | 8ec88989698ec889896942 |
EUC-JP | 縞演i縞演iB | 1011110011001010101100011110100101101001101111001100101010110001111010010110100101000010 | bccab1e969bccab1e96942 |
UTF-8 | 縞演i縞演iB | 111001111011100010011110111001101011110010010100011010011110011110111000100111101110011010111100100101000110100101000010 | e7b89ee6bc9469e7b89ee6bc946942 |
UHC | 縞演i縞演iB | 1111101111010110111001101101000101101001111110111101011011100110110100010110100101000010 | fbd6e6d169fbd6e6d16942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)