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 | ???旭?崇 | 0011111100111111001111111000100010101110001111111001000010010010 | 3f3f3f88ae3f9092 |
| EUC-JP | ???旭?崇 | 0011111100111111001111111011000010110000001111111011111111110010 | 3f3f3fb0b03fbff2 |
| UTF-8 | 쒔렢쒔旭렕崇 | 111011001001001010010100111010111010000010100010111011001001001010010100111001101001011110101101111010111010000010010101111001011011010010000111 | ec9294eba0a2ec9294e697adeba095e5b487 |
| UHC | 쒔렢쒔旭렕崇 | 101111101010110110001110101100111011111010101101111010011110111110001110101010101110001011111101 | bead8eb3beade9ef8eaae2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)