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 | 迭?衍 | 1001001101010010001111111001111110100101 | 93523f9fa5 |
EUC-JP | 迭?衍 | 1100010110110011001111111101111010100111 | c5b33fdea7 |
UTF-8 | 迭셈衍 | 111010001011111110101101111011001000010110001000111010001010000110001101 | e8bfadec8588e8a18d |
UHC | 迭셈衍 | 111100101111011110111100110000001110011011100010 | f2f7bcc0e6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)