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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 佯??熱?? | 1001100011010001001111110011111110010100010011010011111100111111 | 98d13f3f944d3f3f |
EUC-JP | 佯??熱?? | 1101000011010011001111110011111111000111101011100011111100111111 | d0d33f3fc7ae3f3f |
UTF-8 | 佯얜젻熱뗫젧 | 111001001011110110101111111011001001011010011100111011001010000010111011111001111000011010110001111010111001011110101011111011001010000010100111 | e4bdafec969ceca0bbe786b1eb97abeca0a7 |
UHC | 佯얜젻熱뗫젧 | 111001011011101010111110111010111010000010101110111001101111000010001011111010111010000010011111 | e5babeeba0aee6f08beba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)