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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 齬??齬??^ | 111010101001011100111111001111111110101010010111001111110011111101011110 | ea973f3fea973f3f5e |
EUC-JP | 齬??齬??^ | 111100111111011100111111001111111111001111110111001111110011111101011110 | f3f73f3ff3f73f3f5e |
UTF-8 | 齬녕뵚齬녕뵚^ | 11101001101111011010110011101011100001011001010111101011101101011001101011101001101111011010110011101011100001011001010111101011101101011001101001011110 | e9bdaceb8595ebb59ae9bdaceb8595ebb59a5e |
UHC | 齬녕뵚齬녕뵚^ | 11100101111000011011001111100111100101001001101011100101111000011011001111100111100101001001101001011110 | e5e1b3e7949ae5e1b3e7949a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)