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 | 要??魚よ? | 100101110111011000111111001111111000101110011011100000101110011000111111 | 97763f3f8b9b82e63f |
| EUC-JP | 要??魚よ? | 110011011101011100111111001111111011010111111011101001001110100000111111 | cdd73f3fb5fba4e83f |
| UTF-8 | 要잋튊魚よ첒 | 111010001010011010000001111011001001111010001011111011011000101010001010111010011010110110011010111000111000001010001000111011001011001010010010 | e8a681ec9e8bed8a8ae9ad9ae38288ecb292 |
| UHC | 要잋튊魚よ첒 | 111010011010100110011111111001001011100110011110111001011110000010101010111010001010101010011111 | e9a99fe4b99ee5e0aae8aa9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)