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 | 霽?苑?袁 | 1110100011000111001111111000100110010001001111111110010111001101 | e8c73f89913fe5cd |
EUC-JP | 霽?苑?袁 | 1111000011001001001111111011000111110001001111111110101011001111 | f0c93fb1f13feacf |
UTF-8 | 霽렱苑렩袁 | 111010011001110010111101111010111010000010110001111010001000101110010001111010111010000010101001111010001010001010000001 | e99cbdeba0b1e88b91eba0a9e8a281 |
UHC | 霽렱苑렩袁 | 11110000101110001000111010111110111010101011110110001110101101111110101010111110 | f0b88ebeeabd8eb7eabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)