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 | ?qY?qbE | 00111111011100010101100100111111011100010110001001000101 | 3f71593f716245 |
SJIS-WIN | ?qY?qbE | 00111111011100010101100100111111011100010110001001000101 | 3f71593f716245 |
EUC-JP | ?qY?qbE | 00111111011100010101100100111111011100010110001001000101 | 3f71593f716245 |
UTF-8 | 혳qY혳qbE | 1110110110011000101100110111000101011001111011011001100010110011011100010110001001000101 | ed98b37159ed98b3716245 |
UHC | 혳qY혳qbE | 110000101001101001110001010110011100001010011010011100010110001001000101 | c29a7159c29a716245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)