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 | ???I^ | 0011111100111111001111110100100101011110 | 3f3f3f495e |
SJIS-WIN | ???I^ | 0011111100111111001111110100100101011110 | 3f3f3f495e |
EUC-JP | ???I^ | 0011111100111111001111110100100101011110 | 3f3f3f495e |
UTF-8 | 찼창혧I^ | 1110110010110000101111001110110010110000101111011110110110011000101001110100100101011110 | ecb0bcecb0bded98a7495e |
UHC | 찼창혧I^ | 1100001110100001110000111010001011000010100011110100100101011110 | c3a1c3a2c28f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)