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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?ζ??ε?^ | 001111111000001111000100001111110011111110000011110000110011111101011110 | 3f83c43f3f83c33f5e |
EUC-JP | ?ζ??ε?^ | 001111111010011011000110001111110011111110100110110001010011111101011110 | 3fa6c63f3fa6c53f5e |
UTF-8 | 琉ζ뀋琉ε옞^ | 1110111110100111100011001100111010110110111010111000000010001011111011111010011110001100110011101011010111101100100110001001111001011110 | efa78cceb6eb808befa78cceb5ec989e5e |
UHC | 琉ζ뀋琉ε옞^ | 11101011101001001010010111100110100001011000011111101011101001001010010111100101100111101010000001011110 | eba4a5e68587eba4a5e59ea05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)