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 | ï§ºë ¢\ | 11101111101001111011101011101011101000001010001001011100 | efa7baeba0a25c |
SJIS-WIN | ?§???¢\ | 001111111000000110011000001111110011111100111111100000011001000101011100 | 3f81983f3f3f81915c |
EUC-JP | 狀�\ | 100011111010101111000001101000011111100010001111101000101110101110001111101010111011001100111111101000011111000101011100 | 8fabc1a1f88fa2eb8fabb33fa1f15c |
UTF-8 | ï§ºë ¢\ | 11000011101011111100001010100111110000101011101011000011101010111100001010100000110000101010001001011100 | c3afc2a7c2bac3abc2a0c2a25c |
UHC | ?§º???\ | 001111111010000111010111101010001010110000111111001111110011111101011100 | 3fa1d7a8ac3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)