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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遶溷ョ削゚キ | 111001111010101110011111111001011010111010001101111011011101111110110111 | e7ab9fe5ae8deddfb7 |
EUC-JP | 遶溷ョ削゚キ | 111011101010110111011110111001111000111010101110101110101110111110001110110111111000111010110111 | eeaddee78eaebaef8edf8eb7 |
UTF-8 | 遶溷ョ削゚キ | 111010011000000110110110111001101011101010110111111011111011110110101110111001011000100110001010111011111011111010011111111011111011110110110111 | e981b6e6bab7efbdaee5898aefbe9fefbdb7 |
UHC | ???削?? | 00111111001111110011111111011110111110110011111100111111 | 3f3f3fdefb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)