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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 谺ケ逋ゥ遽ヲ | 111001101010110010111001111001111001100110101001111001111010111110100110 | e6acb9e799a9e7afa6 |
EUC-JP | 谺ケ逋ゥ遽ヲ | 111011001010111010001110101110011110110111111001100011101010100111101110101100011000111010100110 | ecae8eb9edf98ea9eeb18ea6 |
UTF-8 | 谺ケ逋ゥ遽ヲ | 111010001011000010111010111011111011110110111001111010011000000010001011111011111011110110101001111010011000000110111101111011111011110110100110 | e8b0baefbdb9e9808befbda9e981bdefbda6 |
UHC | ??逋?遽? | 0011111100111111111110001110011100111111110010111110100000111111 | 3f3ff8e73fcbe83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)