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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 爵酌渉。 | 10001110110111011000111011011110100011111100001010100001 | 8edd8ede8fc2a1 |
EUC-JP | 爵酌渉。 | 1011110011011111101111001110000010111110110001001000111010100001 | bcdfbce0bec48ea1 |
UTF-8 | 爵酌渉。 | 111001111000100010110101111010011000010110001100111001101011100010001001111011111011110110100001 | e788b5e9858ce6b889efbda1 |
UHC | 爵酌?? | 111011011100100111101101110011000011111100111111 | edc9edcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)