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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跖ら灸鉐「 | 111001101110100010000010111001111000101110000100111001111110111110100010 | e6e882e78b84e7efa2 |
EUC-JP | 跖ら灸鉐「 | 11101100111010101010010011101001101101011110010011101110111100011000111010100010 | eceaa4e9b5e4eef18ea2 |
UTF-8 | 跖ら灸鉐「 | 111010001011011110010110111000111000001010001001111001111000000110111000111010011000100110010000111011111011110110100010 | e8b796e38289e781b8e98990efbda2 |
UHC | ?ら灸?? | 00111111101010101110100111001111101101100011111100111111 | 3faae9cfb63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)