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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逎詞握褄 | 1110011110100011100011101000110010001000101011001110010111101011 | e7a38e8c88ace5eb |
EUC-JP | 逎詞握褄 | 1110111010100101101110111110110010110000101011101110101011101101 | eea5bbecb0aeeaed |
UTF-8 | 逎詞握褄 | 111010011000000010001110111010001010100110011110111001101000111110100001111010001010010010000100 | e9808ee8a99ee68fa1e8a484 |
UHC | ?詞握? | 001111111101111011110010111001001100010000111111 | 3fdef2e4c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)