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 | 蓙酌縞 | 111001001110011010001110110111101000111011001000 | e4e68ede8ec8 |
EUC-JP | 蓙酌縞 | 111010001110100010111100111000001011110011001010 | e8e8bce0bcca |
UTF-8 | 蓙酌縞 | 111010001001001110011001111010011000010110001100111001111011100010011110 | e89399e9858ce7b89e |
UHC | ?酌縞 | 0011111111101101110011001111101111010110 | 3fedccfbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)