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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湲?諸〔 | 10011111110100010011111110001111100101001000000101101011 | 9fd13f8f94816b |
EUC-JP | 湲?諸〔 | 11011110110100110011111110111101111101001010000111001100 | ded33fbdf4a1cc |
UTF-8 | 湲렣諸〔 | 111001101011100110110010111010111010000010100011111010001010101110111000111000111000000010010100 | e6b9b2eba0a3e8abb8e38094 |
UHC | 湲렣諸〔 | 1110101010111000100011101011010011110000101100111010000110110010 | eab88eb4f0b3a1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)