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 | 姐縫??蝎? | 100010001011011110010110010001000011111100111111111001011001100100111111 | 88b796443f3fe5993f |
| EUC-JP | 姐縫?侁蝎? | 1011000010111001110010111010010100111111100011111011000011111100111010011111100100111111 | b0b9cba53f8fb0fce9f93f |
| UTF-8 | 姐縫㏜侁蝎직 | 111001011010011110010000111001111011100010101011111000111000111110011100111001001011111010000001111010001001110110001110111011001010011110000001 | e5a790e7b8abe38f9ce4be81e89d8eeca781 |
| UHC | 姐縫㏜侁蝎직 | 111011101011101111011100111011101010011111101110111000111110000011001010111010011100000111110111 | eebbdceea7eee3e0cae9c1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)