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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?抑B | 00111111100101110111110101000010 | 3f977d42 |
EUC-JP | ?抑B | 00111111110011011101111001000010 | 3fcdde42 |
UTF-8 | 썞抑B | 11101100100011011001111011100110100010101001000101000010 | ec8d9ee68a9142 |
UHC | 썞抑B | 1001101110010001111001011110010001000010 | 9b91e5e442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)