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 | 惚取勁 | 100011011001101110001110111001101001100110100100 | 8d9b8ee699a4 |
EUC-JP | 惚取勁 | 101110011111101110111100111010001101001010100110 | b9fbbce8d2a6 |
UTF-8 | 惚取勁 | 111001101000001110011010111001011000111110010110111001011000101110000001 | e6839ae58f96e58b81 |
UHC | 惚取勁 | 111110111110110111110110101000101100110011001101 | fbedf6a2cccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)