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 | 助?霹 | 1000111110010101001111111110100011000110 | 8f953fe8c6 |
EUC-JP | 助?霹 | 1011110111110101001111111111000011001000 | bdf53ff0c8 |
UTF-8 | 助꿰霹 | 111001011000101010101001111010101011111110110000111010011001110010111001 | e58aa9eabfb0e99cb9 |
UHC | 助꿰霹 | 111100001011111010110010111001111101110010100100 | f0beb2e7dca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)