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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?消??消?B | 001111111000111111000001001111110011111110001111110000010011111101000010 | 3f8fc13f3f8fc13f42 |
EUC-JP | ?消??消?B | 001111111011111011000011001111110011111110111110110000110011111101000010 | 3fbec33f3fbec33f42 |
UTF-8 | 뤵消촃뤵消촃B | 11101011101001001011010111100110101101101000100011101100101101001000001111101011101001001011010111100110101101101000100011101100101101001000001101000010 | eba4b5e6b688ecb483eba4b5e6b688ecb48342 |
UHC | 뤵消촃뤵消촃B | 10001111111000111110000110111100101011000100010110001111111000111110000110111100101011000100010101000010 | 8fe3e1bcac458fe3e1bcac4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)