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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 翔ロ | 1110001111000100110110111111011111101000 | e3c4dbf7e8 |
EUC-JP | 翔ロ? | 1110011011000110100011101101101100111111 | e6c68edb3f |
UTF-8 | 翔ロ | 111001111011111110010100111011111011111010011011111011101001011110001011 | e7bf94efbe9bee978b |
UHC | 翔?? | 11011111110101100011111100111111 | dfd63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)