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 | åìì©ì» | 1110010111101100100011001110110010001011101010011110110010111011 | e5ec8cec8ba9ecbb |
| SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
| EUC-JP | åì?ì?©ì? | 100011111010101110101001100011111010101111000000001111111000111110101011110000000011111110001111101000101110110110001111101010111100000000111111 | 8faba98fabc03f8fabc03f8fa2ed8fabc03f |
| UTF-8 | åìì©ì» | 11000011101001011100001110101100110000101000110011000011101011001100001010001011110000101010100111000011101011001100001010111011 | c3a5c3acc28cc3acc28bc2a9c3acc2bb |
| UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)