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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬢縄キ晤「③ | 11101001101001001001001111101010101101111001110111101011101000101000011101000010 | e9a493eab79deba28742 |
EUC-JP | 鬢縄キ晤「? | 1111001010100110110001101110110010001110101101111101101011101101100011101010001000111111 | f2a6c6ec8eb7daed8ea23f |
UTF-8 | 鬢縄キ晤「③ | 111010011010110010100010111001111011100010000100111011111011110110110111111001101001100110100100111011111011110110100010111000101001000110100010 | e9aca2e7b884efbdb7e699a4efbda2e291a2 |
UHC | ???晤?③ | 0011111100111111001111111110011111111011001111111010100011101001 | 3f3f3fe7fb3fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)