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 | 牴聰^ | 1110000010110000111000111110000001011110 | e0b0e3e05e |
EUC-JP | 牴聰^ | 1110000010110010111001101110001001011110 | e0b2e6e25e |
UTF-8 | 牴聰^ | 11100111100010011011010011101000100000011011000001011110 | e789b4e881b05e |
UHC | ?聰^ | 00111111111101011100011001011110 | 3ff5c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)