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 | 樂箒訳 | 100111101101100111100010101101001001011011110011 | 9ed9e2b496f3 |
EUC-JP | 樂箒訳 | 110111001101101111100100101101101100110011110101 | dcdbe4b6ccf5 |
UTF-8 | 樂箒訳 | 111001101010100010000010111001111010111010010010111010001010100010110011 | e6a882e7ae92e8a8b3 |
UHC | 樂?? | 11100100110001010011111100111111 | e4c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)