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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 愁貞?^ | 100011110100010010010010111001010011111101011110 | 8f4492e53f5e |
EUC-JP | 愁貞?^ | 101111011010010111000100111001110011111101011110 | bda5c4e73f5e |
UTF-8 | 愁貞暈^ | 11100110100001001000000111101000101100101001111011101111101001111000010101011110 | e68481e8b29eefa7855e |
UHC | 愁貞暈^ | 11100001111111101110111111110110111010011111011101011110 | e1feeff6e9f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)