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 | 乳??楯 | 100100111111101100111111001111111000111101111100 | 93fb3f3f8f7c |
| EUC-JP | 乳??楯 | 110001101111110100111111001111111011110111011101 | c6fd3f3fbddd |
| UTF-8 | 乳㏘짠楯 | 111001001011100110110011111000111000111110011000111011001010011110100000111001101010010110101111 | e4b9b3e38f98eca7a0e6a5af |
| UHC | 乳㏘짠楯 | 1110101011100001101000101110010011000010101001111110001011100100 | eae1a2e4c2a7e2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)