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??? | 001111110011111101001111001111110011111100111111 | 3f3f4f3f3f3f |
SJIS-WIN | 堤?O渟?疑 | 100100101110011100111111010011111001111111011001001111111000101101011110 | 92e73f4f9fd93f8b5e |
EUC-JP | 堤?O渟?疑 | 110001001110100100111111010011111101111011011011001111111011010110111111 | c4e93f4fdedb3fb5bf |
UTF-8 | 堤렲O渟렭疑 | 11100101101000001010010011101011101000001011001001001111111001101011100010011111111010111010000010101101111001111001011010010001 | e5a0a4eba0b24fe6b89feba0ade79691 |
UHC | 堤렲O渟렭疑 | 1111000010100111100011101011111101001111111011111110010110001110101110101110101111110111 | f0a78ebf4fefe58ebaebf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)