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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 諱ッ閾砥^ | 1110011010000001101011111110100010000111100100110111010101011110 | e681afe88793755e |
| EUC-JP | 諱ッ閾砥^ | 111010111110000110001110101011111110111111100111110001011101011001011110 | ebe18eafefe7c5d65e |
| UTF-8 | 諱ッ閾砥^ | 11101000101010111011000111101111101111011010111111101001100101101011111011100111101000001010010101011110 | e8abb1efbdafe996bee7a0a55e |
| UHC | 諱??砥^ | 11111101110010010011111100111111111100101011001001011110 | fdc93f3ff2b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)