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 | RS | 100010100101001010000011100010011000001101010011 | 8a5283898353 |
SJIS-WIN | ?R???S | 001111110101001000111111001111110011111101010011 | 3f523f3f3f53 |
EUC-JP | ?R???S | 001111110101001000111111001111110011111101010011 | 3f523f3f3f53 |
UTF-8 | RS | 11000010100010100101001011000010100000111100001010001001110000101000001101010011 | c28a52c283c289c28353 |
UHC | ?R???S | 001111110101001000111111001111110011111101010011 | 3f523f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)