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 | 臍?蹈闇 | 11100100011000000011111111100111010001001000100011000101 | e4603fe74488c5 |
| EUC-JP | 臍?蹈闇 | 11100111110000010011111111101101101001011011000011000111 | e7c13feda5b0c7 |
| UTF-8 | 臍면蹈闇 | 111010001000011110001101111010111010100110110100111010001011100110001000111010011001011110000111 | e8878deba9b4e8b988e99787 |
| UHC | 臍면蹈闇 | 1111000010110000101110001110100111010100101100001110010011100001 | f0b0b8e9d4b0e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)