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 | ?C? | 001111110100001100111111 | 3f433f |
SJIS-WIN | ?C映 | 00111111010000111000100101100110 | 3f438966 |
EUC-JP | ?C映 | 00111111010000111011000111000111 | 3f43b1c7 |
UTF-8 | 쏒C映 | 11101100100011111001001001000011111001101001100010100000 | ec8f9243e698a0 |
UHC | 쏒C映 | 1001101111111000010000111110011110110001 | 9bf843e7b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)