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 | 帳o?? | 100100101010000010000010100011110011111100111111 | 92a0828f3f3f |
EUC-JP | 帳o?? | 110001001010001010100011111011110011111100111111 | c4a2a3ef3f3f |
UTF-8 | 帳o푴遼 | 111001011011100010110011111011111011110110001111111011011001000110110100111011111010011110000011 | e5b8b3efbd8fed91b4efa783 |
UHC | 帳o푴遼 | 1110110111100011101000111110111110111110100000101110100110101100 | ede3a3efbe82e9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)