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 | ??O??O^ | 00111111001111110100111100111111001111110100111101011110 | 3f3f4f3f3f4f5e |
SJIS-WIN | 偲痔O偲痔O^ | 1000111011000011100011101010010001001111100011101100001110001110101001000100111101011110 | 8ec38ea44f8ec38ea44f5e |
EUC-JP | 偲痔O偲痔O^ | 1011110011000101101111001010011001001111101111001100010110111100101001100100111101011110 | bcc5bca64fbcc5bca64f5e |
UTF-8 | 偲痔O偲痔O^ | 111001011000000110110010111001111001011110010100010011111110010110000001101100101110011110010111100101000100111101011110 | e581b2e797944fe581b2e797944f5e |
UHC | ?痔O?痔O^ | 001111111111011011000000010011110011111111110110110000000100111101011110 | 3ff6c04f3ff6c04f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)