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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 靜?夷?? | 11101000110011100011111110001000110011100011111100111111 | e8ce3f88ce3f3f |
| EUC-JP | 靜?夷?? | 11110000110100000011111110110000110100000011111100111111 | f0d03fb0d03f3f |
| UTF-8 | 靜렱夷대떵 | 111010011001110110011100111010111010000010110001111001011010010010110111111010111000110010000000111010111001011010110101 | e99d9ceba0b1e5a4b7eb8c80eb96b5 |
| UHC | 靜렱夷대떵 | 11110000101000011000111010111110111011001010100010110100111010111011011010111010 | f0a18ebeeca8b4ebb6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)