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 | 飄Ο}飄Ο{^ | 1110100101000111100000111010110101111101111010010100011110000011101011010111101101011110 | e94783ad7de94783ad7b5e |
EUC-JP | 飄Ο}飄Ο{^ | 1111000110101000101001101010111101111101111100011010100010100110101011110111101101011110 | f1a8a6af7df1a8a6af7b5e |
UTF-8 | 飄Ο}飄Ο{^ | 11101001101000111000010011001110100111110111110111101001101000111000010011001110100111110111101101011110 | e9a384ce9f7de9a384ce9f7b5e |
UHC | 飄Ο}飄Ο{^ | 1111100011111101101001011100111101111101111110001111110110100101110011110111101101011110 | f8fda5cf7df8fda5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)