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 | Í°{Ó£Q | 110011011011000001111011110100111010001101010001 | cdb07bd3a351 |
SJIS-WIN | ?°{?£Q | 0011111110000001100010110111101100111111100000011001001001010001 | 3f818b7b3f819251 |
EUC-JP | Í°{Ó£Q | 100011111010101010111111101000011110101101111011100011111010101011010001101000011111001001010001 | 8faabfa1eb7b8faad1a1f251 |
UTF-8 | Í°{Ó£Q | 11000011100011011100001010110000011110111100001110010011110000101010001101010001 | c38dc2b07bc393c2a351 |
UHC | ?°{??Q | 00111111101000011100011001111011001111110011111101010001 | 3fa1c67b3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)