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 | 杓紗齏 | 100011101101101110001110110100011110100011101011 | 8edb8ed1e8eb |
EUC-JP | 杓紗齏 | 101111001101110110111100110100111111000011101101 | bcddbcd3f0ed |
UTF-8 | 杓紗齏 | 111001101001110110010011111001111011010010010111111010011011110110001111 | e69d93e7b497e9bd8f |
UHC | 杓紗? | 1111100011110101110111101110100100111111 | f8f5dee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)