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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 褶カ誾イF | 11100101111101111011011011111011101001111011001001000110 | e5f7b6fba7b246 |
EUC-JP | 褶カ誾イF | 11101010111110011000111010110110100011111101111010100100100011101011001001000110 | eaf98eb68fdea48eb246 |
UTF-8 | 褶カ誾イF | 11101000101001001011011011101111101111011011011011101000101010101011111011101111101111011011001001000110 | e8a4b6efbdb6e8aabeefbdb246 |
UHC | 褶?誾?F | 11100011101010000011111111101011110111010011111101000110 | e3a83febdd3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)