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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 雎}雎{^ | 1111001010100001111010001011000101111101111100101010000111101000101100010111101101011110 | f2a1e8b17df2a1e8b17b5e |
EUC-JP | ?雎}?雎{^ | 001111111111000010110011011111010011111111110000101100110111101101011110 | 3ff0b37d3ff0b37b5e |
UTF-8 | 雎}雎{^ | 111011101000011110011000111010011001101110001110011111011110111010000111100110001110100110011011100011100111101101011110 | ee8798e99b8e7dee8798e99b8e7b5e |
UHC | ?雎}?雎{^ | 001111111110111011010001011111010011111111101110110100010111101101011110 | 3feed17d3feed17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)