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 | 酌者斜 | 100011101101111010001110110100101000111011001110 | 8ede8ed28ece |
EUC-JP | 酌者斜 | 101111001110000010111100110101001011110011010000 | bce0bcd4bcd0 |
UTF-8 | 酌者斜 | 111010011000010110001100111010001000000010000101111001101001011010011100 | e9858ce88085e6969c |
UHC | 酌者斜 | 111011011100110011101101101110101101111011011000 | edccedbaded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)