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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 貂シ霆クP | 11100110101110001011110011101000101110111011100001010000 | e6b8bce8bbb850 |
EUC-JP | 貂シ霆クP | 111011001011101010001110101111001111000010111101100011101011100001010000 | ecba8ebcf0bd8eb850 |
UTF-8 | 貂シ霆クP | 11101000101100101000001011101111101111011011110011101001100111001000011011101111101111011011100001010000 | e8b282efbdbce99c86efbdb850 |
UHC | 貂?霆?P | 11110101101100000011111111101111111111010011111101010000 | f5b03feffd3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)