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 | 鉚翫d褞 | 1110011111110100100010101110001110000010100001001110010111110000 | e7f48ae38284e5f0 |
EUC-JP | 鉚翫d褞 | 1110111011110110101101001110010110100011111001001110101011110010 | eef6b4e5a3e4eaf2 |
UTF-8 | 鉚翫d褞 | 111010011000100110011010111001111011111110101011111011111011110110000100111010001010010010011110 | e9899ae7bfabefbd84e8a49e |
UHC | ?翫d? | 001111111110100011010001101000111110010000111111 | 3fe8d1a3e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)