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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 洗?洗瞬^ | 1001000011110100001111111001000011110100100011110111010101011110 | 90f43f90f48f755e |
EUC-JP | 洗?洗瞬^ | 1100000011110110001111111100000011110110101111011101011001011110 | c0f63fc0f6bdd65e |
UTF-8 | 洗쀇洗瞬^ | 11100110101101001001011111101100100000001000011111100110101101001001011111100111100111101010110001011110 | e6b497ec8087e6b497e79eac5e |
UHC | 洗쀇洗瞬^ | 111000011010100110010111110001111110000110101001111000101110101101011110 | e1a997c7e1a9e2eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)