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 | 愑茱}愑茱{^ | 1111101011000011111001001010001101111101111110101100001111100100101000110111101101011110 | fac3e4a37dfac3e4a37b5e |
EUC-JP | 愑茱}愑茱{^ | 10001111101111101011110111101000101001010111110110001111101111101011110111101000101001010111101101011110 | 8fbebde8a57d8fbebde8a57b5e |
UTF-8 | 愑茱}愑茱{^ | 111001101000010010010001111010001000110010110001011111011110011010000100100100011110100010001100101100010111101101011110 | e68491e88cb17de68491e88cb17b5e |
UHC | ?茱}?茱{^ | 001111111110001010111100011111010011111111100010101111000111101101011110 | 3fe2bc7d3fe2bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)