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 | ËüûÇ· | 100011111100101111111100111110111100011110110111 | 8fcbfcfbc7b7 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ËüûÇ? | 0011111110001111101010101011001110001111101010111110010010001111101010111110010110001111101010101010111000111111 | 3f8faab38fabe48fabe58faaae3f |
UTF-8 | ËüûÇ· | 110000101000111111000011100010111100001110111100110000111011101111000011100001111100001010110111 | c28fc38bc3bcc3bbc387c2b7 |
UHC | ?????· | 00111111001111110011111100111111001111111010000110100100 | 3f3f3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)