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 | 蕈件秀郤 | 1110010011111100100011001000111110001111010001111110011110111010 | e4fc8c8f8f47e7ba |
EUC-JP | 蕈件秀郤 | 1110100011111110101101111110111110111101101010001110111010111100 | e8feb7efbda8eebc |
UTF-8 | 蕈件秀郤 | 111010001001010110001000111001001011101110110110111001111010011110000000111010011000001110100100 | e89588e4bbb6e7a780e983a4 |
UHC | ?件秀? | 001111111100101111101100111000101011001100111111 | 3fcbece2b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)