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淨?祉 | 100100101010001000111111010011111001111111000100001111111000111010000011 | 92a23f4f9fc43f8e83 |
EUC-JP | 弔?O淨?祉 | 110001001010010000111111010011111101111011000110001111111011101111100011 | c4a43f4fdec63fbbe3 |
UTF-8 | 弔렲O淨렠祉 | 11100101101111001001010011101011101000001011001001001111111001101011011110101000111010111010000010100000111001111010010110001001 | e5bc94eba0b24fe6b7a8eba0a0e7a589 |
UHC | 弔렲O淨렠祉 | 1111000011000000100011101011111101001111111011111110010010001110101100011111001010110011 | f0c08ebf4fefe48eb1f2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)