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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 晳雪}晳雪{^ | 1111101011011001100100001110000101111101111110101101100110010000111000010111101101011110 | fad990e17dfad990e17b5e |
EUC-JP | 晳雪}晳雪{^ | 10001111110000101100010011000000111000110111110110001111110000101100010011000000111000110111101101011110 | 8fc2c4c0e37d8fc2c4c0e37b5e |
UTF-8 | 晳雪}晳雪{^ | 111001101001100110110011111010011001101110101010011111011110011010011001101100111110100110011011101010100111101101011110 | e699b3e99baa7de699b3e99baa7b5e |
UHC | 晳雪}晳雪{^ | 1110000010101111111000001110010001111101111000001010111111100000111001000111101101011110 | e0afe0e47de0afe0e47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)