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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 湿蔀湿紗c^ | 10001110101111001000111011000001100011101011110010001110110100010110001101011110 | 8ebc8ec18ebc8ed1635e |
EUC-JP | 湿蔀湿紗c^ | 10111100101111101011110011000011101111001011111010111100110100110110001101011110 | bcbebcc3bcbebcd3635e |
UTF-8 | 湿蔀湿紗c^ | 1110011010111001101111111110100010010100100000001110011010111001101111111110011110110100100101110110001101011110 | e6b9bfe89480e6b9bfe7b497635e |
UHC | ???紗c^ | 00111111001111110011111111011110111010010110001101011110 | 3f3f3fdee9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)