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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
| SJIS-WIN | ?瀧???A | 00111111100100011110101100111111001111110011111101000001 | 3f91eb3f3f3f41 |
| EUC-JP | 鋌瀧???A | 100011111110010010111011110000101110110100111111001111110011111101000001 | 8fe4bbc2ed3f3f3f41 |
| UTF-8 | 鋌瀧봄諪렱A | 11101001100010111000110011100111100000001010011111101011101101001000010011101000101010111010101011101011101000001011000101000001 | e98b8ce780a7ebb484e8abaaeba0b141 |
| UHC | 鋌瀧봄諪렱A | 1110111111111011110101101110100110111010101111011110111111110101100011101011111001000001 | effbd6e9babdeff58ebe41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)