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 | 兄耿⊆^ | 10001100010110101110001111010100100000011011101001011110 | 8c5ae3d481ba5e |
EUC-JP | 兄耿⊆^ | 10110111101110111110011011010110101000101011110001011110 | b7bbe6d6a2bc5e |
UTF-8 | 兄耿⊆^ | 11100101100001011000010011101000100000001011111111100010100010101000011001011110 | e58584e880bfe28a865e |
UHC | 兄耿⊆^ | 11111010111111001100110011101010101000011111011001011110 | fafccceaa1f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)