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 | ?\???CA | 00111111010111000011111100111111001111110100001101000001 | 3f5c3f3f3f4341 |
| SJIS-WIN | ?\???CA | 00111111010111000011111100111111001111110100001101000001 | 3f5c3f3f3f4341 |
| EUC-JP | ?\???CA | 00111111010111000011111100111111001111110100001101000001 | 3f5c3f3f3f4341 |
| UTF-8 | 챔\혘혧혧CA | 111011001011000110010100010111001110110110011000100110001110110110011000101001111110110110011000101001110100001101000001 | ecb1945ced9898ed98a7ed98a74341 |
| UHC | 챔\혘혧혧CA | 1100001110101000010111001100001010000011110000101000111111000010100011110100001101000001 | c3a85cc283c28fc28f4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)