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 | 実昤}実昤{^ | 1000111011000000111110101101010001111101100011101100000011111010110101000111101101011110 | 8ec0fad47d8ec0fad47b5e |
EUC-JP | 実昤}実昤{^ | 10111100110000101000111111000010101001010111110110111100110000101000111111000010101001010111101101011110 | bcc28fc2a57dbcc28fc2a57b5e |
UTF-8 | 実昤}実昤{^ | 111001011010111010011111111001101001100010100100011111011110010110101110100111111110011010011000101001000111101101011110 | e5ae9fe698a47de5ae9fe698a47b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)