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 | [D´ZV | 100100100101101101000100100100011011010010010010010110101001001001010110 | 925b4491b4925a9256 |
SJIS-WIN | ?[D?´?Z?V | 00111111010110110100010000111111100000010100110000111111010110100011111101010110 | 3f5b443f814c3f5a3f56 |
EUC-JP | ?[D?´?Z?V | 00111111010110110100010000111111101000011010110100111111010110100011111101010110 | 3f5b443fa1ad3f5a3f56 |
UTF-8 | [D´ZV | 1100001010010010010110110100010011000010100100011100001010110100110000101001001001011010110000101001001001010110 | c2925b44c291c2b4c2925ac29256 |
UHC | ?[D?´?Z?V | 00111111010110110100010000111111101000101010010100111111010110100011111101010110 | 3f5b443fa2a53f5a3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)