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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豫??? | 1001100010101100001111110011111100111111 | 98ac3f3f3f |
EUC-JP | 豫??荑 | 11010000101011100011111100111111100011111101011111111001 | d0ae3f3f8fd7f9 |
UTF-8 | 豫뗭엻荑 | 111010001011000110101011111010111001011110101101111011001001011110111011111010001000110110010001 | e8b1abeb97adec97bbe88d91 |
UHC | 豫뗭엻荑 | 1110011111100011100010111110110010011110100011011110110010111111 | e7e38bec9e8decbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)