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 | ?ζ?繹 | 001111111000001111000100001111111110001110001000 | 3f83c43fe388 |
EUC-JP | ?ζ?繹 | 001111111010011011000110001111111110010111101000 | 3fa6c63fe5e8 |
UTF-8 | 凉ζ쭖繹 | 1110111110100101101110011100111010110110111011001010110110010110111001111011100110111001 | efa5b9ceb6ecad96e7b9b9 |
UHC | 凉ζ쭖繹 | 1110010110111100101001011110011010100111100011101110011010111010 | e5bca5e6a78ee6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)