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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ???蔭?^ | 00111111001111110011111110001000111111000011111101011110 | 3f3f3f88fc3f5e |
| EUC-JP | ???蔭?^ | 00111111001111110011111110110000111111100011111101011110 | 3f3f3fb0fe3f5e |
| UTF-8 | 溜깅젚蔭똵^ | 11101111101001111000101111101010101110011000010111101100101000001001101011101000100101001010110111101011100110001011010101011110 | efa78beab985eca09ae894adeb98b55e |
| UHC | 溜깅젚蔭똵^ | 1110101011111110101100011110101110100000100101101110101111100011100011000111010101011110 | eafeb1eba096ebe38c755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)