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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | コ齊ア嫉 | 1111000010110100101110101110101010001110101100011000111010111001 | f0b4baea8eb18eb9 |
EUC-JP | ?コ齊ア嫉 | 001111111000111010111010111100111110111010001110101100011011110010111011 | 3f8ebaf3ee8eb1bcbb |
UTF-8 | コ齊ア嫉 | 111011101000000110110011111011111011110110111010111010011011110110001010111011111011110110110001111001011010101110001001 | ee81b3efbdbae9bd8aefbdb1e5ab89 |
UHC | ??齊?嫉 | 00111111001111111111000010111010001111111111001011101100 | 3f3ff0ba3ff2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)