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 | 酌者渉 | 100011101101111010001110110100101000111111000010 | 8ede8ed28fc2 |
EUC-JP | 酌者渉 | 101111001110000010111100110101001011111011000100 | bce0bcd4bec4 |
UTF-8 | 酌者渉 | 111010011000010110001100111010001000000010000101111001101011100010001001 | e9858ce88085e6b889 |
UHC | 酌者? | 1110110111001100111011011011101000111111 | edccedba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)