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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 篩易^ | 1110001010111111100010001101010101011110 | e2bf88d55e |
EUC-JP | 篩易^ | 1110010011000001101100001101011101011110 | e4c1b0d75e |
UTF-8 | 篩易^ | 11100111101011111010100111100110100110001001001101011110 | e7afa9e698935e |
UHC | 篩易^ | 1101111011101000111001101011011001011110 | dee8e6b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)