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 | 邉倡究逑 | 1110011110110011100110001110011110001011100001101110011110010011 | e7b398e78b86e793 |
EUC-JP | 邉倡究逑 | 1110111010110101110100001110100110110101111001101110110111110011 | eeb5d0e9b5e6edf3 |
UTF-8 | 邉倡究逑 | 111010011000001010001001111001011000000010100001111001111010100110110110111010011000000010010001 | e98289e580a1e7a9b6e98091 |
UHC | ?倡究逑 | 00111111111100111101101111001111101111001100111111000111 | 3ff3dbcfbccfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)