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 | ??R}??R{^ | 001111110011111101010010011111010011111100111111010100100111101101011110 | 3f3f527d3f3f527b5e |
SJIS-WIN | 痔R}痔R{^ | 11110010101100011000111010100100010100100111110111110010101100011000111010100100010100100111101101011110 | f2b18ea4527df2b18ea4527b5e |
EUC-JP | ?痔R}?痔R{^ | 0011111110111100101001100101001001111101001111111011110010100110010100100111101101011110 | 3fbca6527d3fbca6527b5e |
UTF-8 | 痔R}痔R{^ | 1110111010000111101010001110011110010111100101000101001001111101111011101000011110101000111001111001011110010100010100100111101101011110 | ee87a8e79794527dee87a8e79794527b5e |
UHC | ?痔R}?痔R{^ | 0011111111110110110000000101001001111101001111111111011011000000010100100111101101011110 | 3ff6c0527d3ff6c0527b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)