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 | ?_?_?_?_ | 0011111101011111001111110101111100111111010111110011111101011111 | 3f5f3f5f3f5f3f5f |
SJIS-WIN | ?_?_?_?_ | 0011111101011111001111110101111100111111010111110011111101011111 | 3f5f3f5f3f5f3f5f |
EUC-JP | ?_?_?_?_ | 0011111101011111001111110101111100111111010111110011111101011111 | 3f5f3f5f3f5f3f5f |
UTF-8 | 혱_혱_혱_혱_ | 11101101100110001011000101011111111011011001100010110001010111111110110110011000101100010101111111101101100110001011000101011111 | ed98b15fed98b15fed98b15fed98b15f |
UHC | 혱_혱_혱_혱_ | 110000101001100001011111110000101001100001011111110000101001100001011111110000101001100001011111 | c2985fc2985fc2985fc2985f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)