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 | ????^Q] | 00111111001111110011111100111111010111100101000101011101 | 3f3f3f3f5e515d |
SJIS-WIN | 葹イ豐サ^Q] | 111001001101111110110010111001101011001010111011010111100101000101011101 | e4dfb2e6b2bb5e515d |
EUC-JP | 葹イ豐サ^Q] | 1110100011100001100011101011001011101100101101001000111010111011010111100101000101011101 | e8e18eb2ecb48ebb5e515d |
UTF-8 | 葹イ豐サ^Q] | 111010001001000110111001111011111011110110110010111010001011000110010000111011111011110110111011010111100101000101011101 | e891b9efbdb2e8b190efbdbb5e515d |
UHC | ????^Q] | 00111111001111110011111100111111010111100101000101011101 | 3f3f3f3f5e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)