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 | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | シカシイH | 1011110010110110101111001011001001001000 | bcb6bcb248 |
EUC-JP | シカシイH | 100011101011110010001110101101101000111010111100100011101011001001001000 | 8ebc8eb68ebc8eb248 |
UTF-8 | シカシイH | 11101111101111011011110011101111101111011011011011101111101111011011110011101111101111011011001001001000 | efbdbcefbdb6efbdbcefbdb248 |
UHC | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)