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 | 蠇齢ぐ蠇齢ぐ | 111110111010000110010111111011101000001010101110111110111010000110010111111011101000001010101110 | fba197ee82aefba197ee82ae |
| EUC-JP | ?齢ぐ?齢ぐ | 00111111110011101111000010100100101100000011111111001110111100001010010010110000 | 3fcef0a4b03fcef0a4b0 |
| UTF-8 | 蠇齢ぐ蠇齢ぐ | 111010001010000010000111111010011011110110100010111000111000000110010000111010001010000010000111111010011011110110100010111000111000000110010000 | e8a087e9bda2e38190e8a087e9bda2e38190 |
| UHC | ??ぐ??ぐ | 0011111100111111101010101011000000111111001111111010101010110000 | 3f3faab03f3faab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)