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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髮募鴻譟 | 1110100110011011100101011110010110001101100000111110011010011111 | e99b95e58d83e69f |
EUC-JP | 髮募鴻譟 | 1111000111111011110010101110011110111001111000111110110010100001 | f1fbcae7b9e3eca1 |
UTF-8 | 髮募鴻譟 | 111010011010101110101110111001011000101110011111111010011011010010111011111010001010110110011111 | e9abaee58b9fe9b4bbe8ad9f |
UHC | 髮募鴻? | 11011011101001011101100110110100111110111111100000111111 | dba5d9b4fbf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)