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 | 質釭リ鈆 | 111100101010100110001110101111111111101110111101110110001111101111000001 | f2a98ebffbbdd8fbc1 |
EUC-JP | ?質釭リ鈆 | 0011111110111100110000011000111111100011101011111000111011011000100011111110001110111100 | 3fbcc18fe3af8ed88fe3bc |
UTF-8 | 質釭リ鈆 | 111011101000011110100000111010001011001110101010111010011000011110101101111011111011111010011000111010011000100010000110 | ee87a0e8b3aae987adefbe98e98886 |
UHC | ?質??? | 001111111111001011110101001111110011111100111111 | 3ff2f53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)