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 | ?l?l^ | 0011111101101100001111110110110001011110 | 3f6c3f6c5e |
SJIS-WIN | ?l?l^ | 0011111101101100001111110110110001011110 | 3f6c3f6c5e |
EUC-JP | ?l?l^ | 0011111101101100001111110110110001011110 | 3f6c3f6c5e |
UTF-8 | 혩l혩l^ | 111011011001100010101001011011001110110110011000101010010110110001011110 | ed98a96ced98a96c5e |
UHC | 혩l혩l^ | 11000010100100010110110011000010100100010110110001011110 | c2916cc2916c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)