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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訂橋???障 | 100100101111100110001011101101000011111100111111001111111000111111100001 | 92f98bb43f3f3f8fe1 |
EUC-JP | 訂橋???障 | 110001001111101110110110101101100011111100111111001111111011111011100011 | c4fbb6b63f3f3fbee3 |
UTF-8 | 訂橋렣屢ㄴ障 | 111010001010100010000010111001101010100110001011111010111010000010100011111011111010010110001011111000111000010010110100111010011001101010011100 | e8a882e6a98beba0a3efa58be384b4e99a9c |
UHC | 訂橋렣屢ㄴ障 | 111011111111010011001110111010011000111010110100110100101110010110100100101001001110111010100001 | eff4cee98eb4d2e5a4a4eea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)