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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 處?n}處?n{^ | 1001100101111100001111110110111001111101100110010111110000111111011011100111101101011110 | 997c3f6e7d997c3f6e7b5e |
EUC-JP | 處?n}處?n{^ | 1101000111011101001111110110111001111101110100011101110100111111011011100111101101011110 | d1dd3f6e7dd1dd3f6e7b5e |
UTF-8 | 處샴n}處샴n{^ | 1110100010011001100101011110110010000011101101000110111001111101111010001001100110010101111011001000001110110100011011100111101101011110 | e89995ec83b46e7de89995ec83b46e7b5e |
UHC | 處샴n}處샴n{^ | 11110100101001011011110010100100011011100111110111110100101001011011110010100100011011100111101101011110 | f4a5bca46e7df4a5bca46e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)