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?lB | 0011111101101100001111110110110001000010 | 3f6c3f6c42 |
SJIS-WIN | ?l?lB | 0011111101101100001111110110110001000010 | 3f6c3f6c42 |
EUC-JP | ?l?lB | 0011111101101100001111110110110001000010 | 3f6c3f6c42 |
UTF-8 | 창l창lB | 111011001011000010111101011011001110110010110000101111010110110001000010 | ecb0bd6cecb0bd6c42 |
UHC | 창l창lB | 11000011101000100110110011000011101000100110110001000010 | c3a26cc3a26c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)