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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 蔗ウh蔗 | 111001001111001010110011011010001110010011110010 | e4f2b368e4f2 |
EUC-JP | 蔗ウh蔗 | 11101000111101001000111010110011011010001110100011110100 | e8f48eb368e8f4 |
UTF-8 | 蔗ウh蔗 | 11101000100101001001011111101111101111011011001101101000111010001001010010010111 | e89497efbdb368e89497 |
UHC | 蔗?h蔗 | 111011011011110100111111011010001110110110111101 | edbd3f68edbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)