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 | 1110110110011000100111110111000101011001111011011001100010011111011100010110001001000101 | ed989f7159ed989f716245 |
UHC | 혟qY혟qbE | 110000101000100101110001010110011100001010001001011100010110001001000101 | c2897159c289716245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)