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 | 100110010100001000111111011010011001100101000010001111110110100101000010 | 99423f6999423f6942 |
EUC-JP | 傳?i傳?iB | 110100011010001100111111011010011101000110100011001111110110100101000010 | d1a33f69d1a33f6942 |
UTF-8 | 傳렋i傳렋iB | 111001011000001010110011111010111010000010001011011010011110010110000010101100111110101110100000100010110110100101000010 | e582b3eba08b69e582b3eba08b6942 |
UHC | 傳렋i傳렋iB | 1110111011101110100011101010001001101001111011101110111010001110101000100110100101000010 | eeee8ea269eeee8ea26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)