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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 蠇竺霓フ | 11111011101000011000111010110001111010001011110111001100 | fba18eb1e8bdcc |
| EUC-JP | ?竺霓フ | 00111111101111001011001111110000101111111000111011001100 | 3fbcb3f0bf8ecc |
| UTF-8 | 蠇竺霓フ | 111010001010000010000111111001111010101110111010111010011001110010010011111011111011111010001100 | e8a087e7abbae99c93efbe8c |
| UHC | ?竺霓? | 001111111111010111100111111001111110011100111111 | 3ff5e7e7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)