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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?礪詐 | 0011111111100001111010001000110110111100 | 3fe1e88dbc |
EUC-JP | ?礪詐 | 0011111111100010111010101011101010111110 | 3fe2eababe |
UTF-8 | 뤵礪詐 | 111010111010010010110101111001111010010010101010111010001010100110010000 | eba4b5e7a4aae8a990 |
UHC | 뤵礪詐 | 100011111110001111010101111011001101111011110001 | 8fe3d5ecdef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)