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 | 只???▼ | 10010001111111000011111100111111001111111000000110100101 | 91fc3f3f3f81a5 |
EUC-JP | 只???▼ | 11000010111111100011111100111111001111111010001010100111 | c2fe3f3f3fa2a7 |
UTF-8 | 只잴렯흐▼ | 111001011000111110101010111011001001111010110100111010111010000010101111111011011001110110010000111000101001011010111100 | e58faaec9eb4eba0afed9d90e296bc |
UHC | 只잴렯흐▼ | 11110001111111101100000011101010100011101011110011001000111001011010000111100101 | f1fec0ea8ebcc8e5a1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)