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 | 雖牙ョ歉 | 11100101101010111000100111100101101011101001111101011101 | e5ab89e5ae9f5d |
EUC-JP | 雖牙ョ歉 | 1110101010101101101100101110011110001110101011101101110110111110 | eaadb2e78eaeddbe |
UTF-8 | 雖牙ョ歉 | 111010011001101110010110111001111000100110011001111011111011110110101110111001101010110110001001 | e99b96e78999efbdaee6ad89 |
UHC | 雖牙?? | 111000101100110011100100101100110011111100111111 | e2cce4b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)