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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 偲痔偲エナ爾^ | 1000111011000011100011101010010010001110110000111011010011000101100011101010001001011110 | 8ec38ea48ec3b4c58ea25e |
EUC-JP | 偲痔偲エナ爾^ | 10111100110001011011110010100110101111001100010110001110101101001000111011000101101111001010010001011110 | bcc5bca6bcc58eb48ec5bca45e |
UTF-8 | 偲痔偲エナ爾^ | 11100101100000011011001011100111100101111001010011100101100000011011001011101111101111011011010011101111101111101000010111100111100010001011111001011110 | e581b2e79794e581b2efbdb4efbe85e788be5e |
UHC | ?痔???爾^ | 001111111111011011000000001111110011111100111111111011001011001101011110 | 3ff6c03f3f3fecb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)