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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ζ?源 | 001111111000001111000100001111111000110010111001 | 3f83c43f8cb9 |
EUC-JP | ?ζ?源 | 001111111010011011000110001111111011100010111011 | 3fa6c63fb8bb |
UTF-8 | 烈ζ굝源 | 1110111110100110100111111100111010110110111010101011010110011101111001101011101010010000 | efa69fceb6eab59de6ba90 |
UHC | 烈ζ굝源 | 1110011011101111101001011110011010000010100001011110101010111001 | e6efa5e68285eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)