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 | 磋滸鴣羹眦 | 11100001111101101001111111110101111010011111001111100011101110111110000111000011 | e1f69ff5e9f3e3bbe1c3 |
EUC-JP | 磋滸鴣羹眦 | 11100010111110001101111011110111111100101111010111100110101111011110001011000101 | e2f8def7f2f5e6bde2c5 |
UTF-8 | 磋滸鴣羹眦 | 111001111010001110001011111001101011101110111000111010011011010010100011111001111011111010111001111001111001110010100110 | e7a38be6bbb8e9b4a3e7beb9e79ca6 |
UHC | 磋滸?羹? | 1111001110101111111110111100101000111111110010111101100000111111 | f3affbca3fcbd83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)