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 | 靜?畯?窩? | 111010001100111000111111111110110110111100111111111000100111110000111111 | e8ce3ffb6f3fe27c3f |
| EUC-JP | 靜?畯?窩? | 11110000110100000011111110001111110011011011101100111111111000111101110100111111 | f0d03f8fcdbb3fe3dd3f |
| UTF-8 | 靜렱畯렭窩렦 | 111010011001110110011100111010111010000010110001111001111001010110101111111010111010000010101101111001111010101010101001111010111010000010100110 | e99d9ceba0b1e795afeba0ade7aaa9eba0a6 |
| UHC | 靜렱畯렭窩렦 | 111100001010000110001110101111101111000111100001100011101011101011101000110000001000111010110101 | f0a18ebef1e18ebae8c08eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)