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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ篠敖閉ョ | 1100001010001110110000101001110111000010100101011100001010101110 | c28ec29dc295c2ae |
EUC-JP | ツ篠敖閉ョ | 10001110110000101011110011000100110110101100010011001010110001001000111010101110 | 8ec2bcc4dac4cac48eae |
UTF-8 | ツ篠敖閉ョ | 111011111011111010000010111001111010111110100000111001101001010110010110111010011001011010001001111011111011110110101110 | efbe82e7afa0e69596e99689efbdae |
UHC | ?篠敖閉? | 0011111111100001110001101110011111111001111110001100110100111111 | 3fe1c6e7f9f8cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)