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 | ú´·@ú´·@^ | 111110101011010010110111010000001111101010110100101101110100000001011110 | fab4b740fab4b7405e |
SJIS-WIN | ?´?@?´?@^ | 0011111110000001010011000011111101000000001111111000000101001100001111110100000001011110 | 3f814c3f403f814c3f405e |
EUC-JP | ú´?@ú´?@^ | 100011111010101111100010101000011010110100111111010000001000111110101011111000101010000110101101001111110100000001011110 | 8fabe2a1ad3f408fabe2a1ad3f405e |
UTF-8 | ú´·@ú´·@^ | 110000111011101011000010101101001100001010110111010000001100001110111010110000101011010011000010101101110100000001011110 | c3bac2b4c2b740c3bac2b4c2b7405e |
UHC | ?´·@?´·@^ | 00111111101000101010010110100001101001000100000000111111101000101010010110100001101001000100000001011110 | 3fa2a5a1a4403fa2a5a1a4405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)