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 | 郤縁酋^ | 11100111101110101000100110001111100011110101010101011110 | e7ba898f8f555e |
EUC-JP | 郤縁酋^ | 11101110101111001011000111101111101111011011011001011110 | eebcb1efbdb65e |
UTF-8 | 郤縁酋^ | 11101001100000111010010011100111101110001000000111101001100001011000101101011110 | e983a4e7b881e9858b5e |
UHC | ??酋^ | 0011111100111111111101011101110001011110 | 3f3ff5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)