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 | 鬣毘燎岦滓ア | 1110100110100101100101001111100111100000100110011111101010101100100111111110011010110001 | e9a594f9e099faac9fe6b1 |
EUC-JP | 鬣毘燎岦滓ア | 11110010101001111100100011111011110111111111100110001111101110111011001111011110111010001000111010110001 | f2a7c8fbdff98fbbb3dee88eb1 |
UTF-8 | 鬣毘燎岦滓ア | 111010011010110010100011111001101010111110011000111001111000011110001110111001011011001010100110111001101011101110010011111011111011110110110001 | e9aca3e6af98e7878ee5b2a6e6bb93efbdb1 |
UHC | ?毘燎?滓? | 001111111101110111110010110101101111101000111111111011101010101100111111 | 3fddf2d6fa3feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)