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 | ???淳θ? | 0011111100111111001111111000111101111110100000111100011000111111 | 3f3f3f8f7e83c63f |
| EUC-JP | ???淳θ? | 0011111100111111001111111011110111011111101001101100100000111111 | 3f3f3fbddfa6c83f |
| UTF-8 | 樂뗧뵽淳θ츚 | 1110111110100110101111111110101110010111101001111110101110110101101111011110011010110111101100111100111010111000111011001011100010011010 | efa6bfeb97a7ebb5bde6b7b3ceb8ecb89a |
| UHC | 樂뗧뵽淳θ츚 | 111010001111100110001011111001111001010010111011111000101110100010100101111010001010111010010011 | e8f98be794bbe2e8a5e8ae93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)