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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 赳ォ閾ェB | 11100110111000001010101111101000100001111010101001000010 | e6e0abe887aa42 |
EUC-JP | 赳ォ閾ェB | 111011001110001010001110101010111110111111100111100011101010101001000010 | ece28eabefe78eaa42 |
UTF-8 | 赳ォ閾ェB | 11101000101101011011001111101111101111011010101111101001100101101011111011101111101111011010101001000010 | e8b5b3efbdabe996beefbdaa42 |
UHC | 赳???B | 110100001010111100111111001111110011111101000010 | d0af3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)