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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?遯鈞 | 0011111111100111101010101110011111100000 | 3fe7aae7e0 |
EUC-JP | ?遯鈞 | 0011111111101110101011001110111011100010 | 3feeaceee2 |
UTF-8 | 亐遯鈞 | 111001001011101010010000111010011000000110101111111010011000100010011110 | e4ba90e981afe9889e |
UHC | 亐遯鈞 | 111010101010011111010100111011101101000010110111 | eaa7d4eed0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)