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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薰エ迪唯 | 11111011100111101011010011100111100011001001011101000010 | fb9eb4e78c9742 |
EUC-JP | ?エ迪唯 | 00111111100011101011010011101101111011001100110110100011 | 3f8eb4edeccda3 |
UTF-8 | 薰エ迪唯 | 111010001001011010110000111011111011110110110100111010001011111110101010111001011001010010101111 | e896b0efbdb4e8bfaae594af |
UHC | 薰?迪唯 | 11111101101110010011111111101110111010001110101011100110 | fdb93feee8eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)