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 | 驗よ愕繝。陞 | 1110100110000100100000101110011010011100101100011110001110000011101000011110100010011110 | e98482e69cb1e383a1e89e |
EUC-JP | 驗よ愕繝。陞 | 111100011110010010100100111010001101100010110011111001011110001110001110101000011110111111111110 | f1e4a4e8d8b3e5e38ea1effe |
UTF-8 | 驗よ愕繝。陞 | 111010011010100110010111111000111000001010001000111001101000010010010101111001111011100110011101111011111011110110100001111010011001100110011110 | e9a997e38288e68495e7b99defbda1e9999e |
UHC | 驗よ愕??陞 | 11111010110100001010101011101000111001001100001100111111001111111110001110110011 | fad0aae8e4c33f3fe3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)