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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 厓???▼ | 11111010100011010011111100111111001111111000000110100101 | fa8d3f3f3f81a5 |
EUC-JP | 厓??璵▼ | 10001111101101001100011100111111001111111000111111001100111001101010001010100111 | 8fb4c73f3f8fcce6a2a7 |
UTF-8 | 厓꿜엷璵▼ | 111001011000111010010011111010101011111110011100111011001001011110110111111001111001001010110101111000101001011010111100 | e58e93eabf9cec97b7e792b5e296bc |
UHC | 厓꿜엷璵▼ | 11100100111011011011001011100100101111111010111111100110101001011010000111100101 | e4edb2e4bfafe6a5a1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)