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 | 00111111111001011110010001000010 | 3fe5e442 |
EUC-JP | ?裝B | 00111111111010101110011001000010 | 3feae642 |
UTF-8 | 뤛裝B | 11101011101001001001101111101000101000111001110101000010 | eba49be8a39d42 |
UHC | 뤛裝B | 1000111111001010111011011111101101000010 | 8fcaedfb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)