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 | 偲爾篠ネト宍^ | 1000111011000011100011101010001010001110110000101100100011000100100011101011001101011110 | 8ec38ea28ec2c8c48eb35e |
EUC-JP | 偲爾篠ネト宍^ | 10111100110001011011110010100100101111001100010010001110110010001000111011000100101111001011010101011110 | bcc5bca4bcc48ec88ec4bcb55e |
UTF-8 | 偲爾篠ネト宍^ | 11100101100000011011001011100111100010001011111011100111101011111010000011101111101111101000100011101111101111101000010011100101101011101000110101011110 | e581b2e788bee7afa0efbe88efbe84e5ae8d5e |
UHC | ?爾篠???^ | 001111111110110010110011111000011100011000111111001111110011111101011110 | 3fecb3e1c63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)