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 | 滓??? | 1001111111100110001111110011111100111111 | 9fe63f3f3f |
EUC-JP | 滓?鋌? | 11011110111010000011111110001111111001001011101100111111 | dee83f8fe4bb3f |
UTF-8 | 滓렭鋌렱 | 111001101011101110010011111010111010000010101101111010011000101110001100111010111010000010110001 | e6bb93eba0ade98b8ceba0b1 |
UHC | 滓렭鋌렱 | 1110111010101011100011101011101011101111111110111000111010111110 | eeab8ebaeffb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)