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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 臍羈}臍羈{^ | 1110010001100000111000111011000101111101111001000110000011100011101100010111101101011110 | e460e3b17de460e3b17b5e |
EUC-JP | 臍羈}臍羈{^ | 1110011111000001111001101011001101111101111001111100000111100110101100110111101101011110 | e7c1e6b37de7c1e6b37b5e |
UTF-8 | 臍羈}臍羈{^ | 111010001000011110001101111001111011111010001000011111011110100010000111100011011110011110111110100010000111101101011110 | e8878de7be887de8878de7be887b5e |
UHC | 臍羈}臍羈{^ | 1111000010110000110100011011110001111101111100001011000011010001101111000111101101011110 | f0b0d1bc7df0b0d1bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)