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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 髷ィ繧願樗F | 11101001100111101010100011100011100000101000101011101000100100101001010001000110 | e99ea8e3828ae8929446 |
EUC-JP | 髷ィ繧願樗F | 1111000111111110100011101010100011100101111000101011010011101010110000111111010001000110 | f1fe8ea8e5e2b4eac3f446 |
UTF-8 | 髷ィ繧願樗F | 11101001101010111011011111101111101111011010100011100111101110011010011111101001101000011001100011100110101010001001011101000110 | e9abb7efbda8e7b9a7e9a198e6a89746 |
UHC | ???願樗F | 0011111100111111001111111110101011000011111011101100000001000110 | 3f3f3feac3eec046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)