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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遘慕拠遞 | 1110011110100111100101011110011110001011100100101110011110101000 | e7a795e78b92e7a8 |
EUC-JP | 遘慕拠遞 | 1110111010101001110010101110100110110101111100101110111010101010 | eea9cae9b5f2eeaa |
UTF-8 | 遘慕拠遞 | 111010011000000110011000111001101000010110010101111001101000101110100000111010011000000110011110 | e98198e68595e68ba0e9819e |
UHC | ?慕?遞 | 001111111101100110110111001111111111010011110110 | 3fd9b73ff4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)