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 | ?rLB | 00111111011100100100110001000010 | 3f724c42 |
SJIS-WIN | ?rLB | 00111111011100100100110001000010 | 3f724c42 |
EUC-JP | ?rLB | 00111111011100100100110001000010 | 3f724c42 |
UTF-8 | 혶rLB | 111011011001100010110110011100100100110001000010 | ed98b6724c42 |
UHC | 혶rLB | 1100001010011101011100100100110001000010 | c29d724c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)