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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辿促辿属^ | 100100100100100010010001101000111001001001001000100100011010111001011110 | 924891a3924891ae5e |
EUC-JP | 辿促辿属^ | 110000111010100111000010101001011100001110101001110000101011000001011110 | c3a9c2a5c3a9c2b05e |
UTF-8 | 辿促辿属^ | 11101000101111101011111111100100101111111000001111101000101111101011111111100101101100011001111001011110 | e8bebfe4bf83e8bebfe5b19e5e |
UHC | ?促??^ | 001111111111010110110101001111110011111101011110 | 3ff5b53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)