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 | 纛√※ | 111000111001101110000001111000111000000110100110 | e39b81e381a6 |
EUC-JP | 纛√※ | 111001011111101110100010111001011010001010101000 | e5fba2e5a2a8 |
UTF-8 | 纛√※ | 111001111011101010011011111000101000100010011010111000101000000010111011 | e7ba9be2889ae280bb |
UHC | 纛√※ | 110101001100000010100001111011101010000111011000 | d4c0a1eea1d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)