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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋺ゥ鄙 | 1110011111111010101010011110011110111111 | e7faa9e7bf |
EUC-JP | 鋺ゥ鄙 | 111011101111110010001110101010011110111011000001 | eefc8ea9eec1 |
UTF-8 | 鋺ゥ鄙 | 111010011000101110111010111011111011110110101001111010011000010010011001 | e98bbaefbda9e98499 |
UHC | ??鄙 | 00111111001111111101111010101001 | 3f3fdea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)