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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 耶?( | 1001011011101011001111111000000101101001 | 96eb3f8169 |
EUC-JP | 耶?( | 1100110011101101001111111010000111001010 | cced3fa1ca |
UTF-8 | 耶껊( | 111010001000000010110110111010101011101110001010111011111011110010001000 | e880b6eabb8aefbc88 |
UHC | 耶껊( | 111001011010110110000011111010111010001110101000 | e5ad83eba3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)