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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 巽俗息h | 10010010010001101001000110101101100100011010011101101000 | 924691ad91a768 |
EUC-JP | 巽俗息h | 11000011101001111100001010101111110000101010100101101000 | c3a7c2afc2a968 |
UTF-8 | 巽俗息h | 11100101101101111011110111100100101111111001011111100110100000011010111101101000 | e5b7bde4bf97e681af68 |
UHC | 巽俗息h | 11100001110111101110000111010100111000111101001101101000 | e1dee1d4e3d368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)