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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踰∫翌 | 111001101111101010000001111001111001011110000010 | e6fa81e79782 |
EUC-JP | 踰∫翌 | 111011001111110010100010111010011100110111100010 | ecfca2e9cde2 |
UTF-8 | 踰∫翌 | 111010001011100010110000111000101000100010101011111001111011111110001100 | e8b8b0e288abe7bf8c |
UHC | 踰∫翌 | 111010111011001010100001111100101110110011001110 | ebb2a1f2ecce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)