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 | ?????g | 001111110011111100111111001111110011111101100111 | 3f3f3f3f3f67 |
SJIS-WIN | 驕波陲夜#g | 1110100110000001100101000110011111101000101000101001011011101001100000011001010001100111 | e9819467e8a296e9819467 |
EUC-JP | 驕波陲夜#g | 1111000111100001110001111100100011110000101001001100110011101011101000011111010001100111 | f1e1c7c8f0a4cceba1f467 |
UTF-8 | 驕波陲夜#g | 11101001101010011001010111100110101100111010001011101001100110011011001011100101101001001001110011101111101111001000001101100111 | e9a995e6b3a2e999b2e5a49cefbc8367 |
UHC | 驕波?夜#g | 11001110111101101111011111101110001111111110010110101000101000111010001101100111 | cef6f7ee3fe5a8a3a367 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)