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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 怐鱆顋^ | 10011100100000011110100111100001111010001111100101011110 | 9c81e9e1e8f95e |
EUC-JP | 怐鱆顋^ | 11010111111000011111001011100011111100001111101101011110 | d7e1f2e3f0fb5e |
UTF-8 | 怐鱆顋^ | 11100110100000001001000011101001101100011000011011101001101000011000101101011110 | e68090e9b186e9a18b5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)