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 | 質?禎?? | 10001110101111110011111110010010111101010011111100111111 | 8ebf3f92f53f3f |
EUC-JP | 質?禎?? | 10111100110000010011111111000100111101110011111100111111 | bcc13fc4f73f3f |
UTF-8 | 質렡禎렰롊 | 111010001011001110101010111010111010000010100001111001111010011010001110111010111010000010110000111010111010000110001010 | e8b3aaeba0a1e7a68eeba0b0eba18a |
UHC | 質렡禎렰롊 | 11110010111101011000111010110010111011111110111010001110101111011000111011010000 | f2f58eb2efee8ebd8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)