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 | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
SJIS-WIN | 楔綬w楔綬w^ | 1001111010110110100011101111100001110111100111101011011010001110111110000111011101011110 | 9eb68ef8779eb68ef8775e |
EUC-JP | 楔綬w楔綬w^ | 1101110010111000101111001111101001110111110111001011100010111100111110100111011101011110 | dcb8bcfa77dcb8bcfa775e |
UTF-8 | 楔綬w楔綬w^ | 111001101010010110010100111001111011011010101100011101111110011010100101100101001110011110110110101011000111011101011110 | e6a594e7b6ac77e6a594e7b6ac775e |
UHC | 楔綬w楔綬w^ | 1110000011011011111000101011100001110111111000001101101111100010101110000111011101011110 | e0dbe2b877e0dbe2b8775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)