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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | コ齊イ汐B | 111100101010001110111010111010101000111010110010100011101010110001000010 | f2a3baea8eb28eac42 |
EUC-JP | ?コ齊イ汐B | 00111111100011101011101011110011111011101000111010110010101111001010111001000010 | 3f8ebaf3ee8eb2bcae42 |
UTF-8 | コ齊イ汐B | 11101110100001111001101011101111101111011011101011101001101111011000101011101111101111011011001011100110101100011001000001000010 | ee879aefbdbae9bd8aefbdb2e6b19042 |
UHC | ??齊?汐B | 0011111100111111111100001011101000111111111000001011000101000010 | 3f3ff0ba3fe0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)