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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 邊、隰晄イサF | 11100111101100101010010011101000101011001001110111100110101100101011101101000110 | e7b2a4e8ac9de6b2bb46 |
EUC-JP | 邊、隰晄イサF | 11101110101101001000111010100100111100001010111011011010111010001000111010110010100011101011101101000110 | eeb48ea4f0aedae88eb28ebb46 |
UTF-8 | 邊、隰晄イサF | 11101001100000101000101011101111101111011010010011101001100110101011000011100110100110011000010011101111101111011011001011101111101111011011101101000110 | e9828aefbda4e99ab0e69984efbdb2efbdbb46 |
UHC | 邊??晄??F | 110111001010101100111111001111111111110011001101001111110011111101000110 | dcab3f3ffccd3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)