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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ヽ_ | 10000001010100101000000101010001 | 81528151 |
EUC-JP | ヽ_ | 10100001101100111010000110110010 | a1b3a1b2 |
UTF-8 | ヽ_ | 111000111000001110111101111011111011110010111111 | e383bdefbcbf |
UHC | ?_ | 001111111010001111011111 | 3fa3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)