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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髏泌勣菫ョ髏 | 1110100110010000100101001110010110011001101010001110010010111111101011101110100110010000 | e99094e599a8e4bfaee990 |
EUC-JP | 髏泌勣菫ョ髏 | 111100011111000011001000111001111101001010101010111010001100000110001110101011101111000111110000 | f1f0c8e7d2aae8c18eaef1f0 |
UTF-8 | 髏泌勣菫ョ髏 | 111010011010101110001111111001101011001110001100111001011000101110100011111010001000111110101011111011111011110110101110111010011010101110001111 | e9ab8fe6b38ce58ba3e88fabefbdaee9ab8f |
UHC | ?泌勣菫?? | 001111111111100110110010111011101101001111010000110010110011111100111111 | 3ff9b2eed3d0cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)