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 | 邨匁ョ雁ク | 1110011110110101100101101110011010101110100010101110010110111000 | e7b596e6ae8ae5b8 |
EUC-JP | 邨匁ョ雁ク | 11101110101101111100110011101000100011101010111010110100111001111000111010111000 | eeb7cce88eaeb4e78eb8 |
UTF-8 | 邨匁ョ雁ク | 111010011000001010101000111001011000110010000001111011111011110110101110111010011001101110000001111011111011110110111000 | e982a8e58c81efbdaee99b81efbdb8 |
UHC | 邨??雁? | 11110101101111100011111100111111111001001101001000111111 | f5be3f3fe4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)