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 | 驗よ愕繝。雎 | 1110100110000100100000101110011010011100101100011110001110000011101000011110100010110001 | e98482e69cb1e383a1e8b1 |
EUC-JP | 驗よ愕繝。雎 | 111100011110010010100100111010001101100010110011111001011110001110001110101000011111000010110011 | f1e4a4e8d8b3e5e38ea1f0b3 |
UTF-8 | 驗よ愕繝。雎 | 111010011010100110010111111000111000001010001000111001101000010010010101111001111011100110011101111011111011110110100001111010011001101110001110 | e9a997e38288e68495e7b99defbda1e99b8e |
UHC | 驗よ愕??雎 | 11111010110100001010101011101000111001001100001100111111001111111110111011010001 | fad0aae8e4c33f3feed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)