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 | ?疫蝨囚 | 00111111100010010111010111100101100111001000111011111010 | 3f8975e59c8efa |
EUC-JP | ?疫蝨囚 | 00111111101100011101011011101001111111001011110011111100 | 3fb1d6e9fcbcfc |
UTF-8 | 뽟疫蝨囚 | 111010111011110110011111111001111001011010101011111010001001110110101000111001011001101110011010 | ebbd9fe796abe89da8e59b9a |
UHC | 뽟疫蝨囚 | 1001011011011011111001101011100111100011101001001110000111110110 | 96dbe6b9e3a4e1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)