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 | ì±ì\ | 11101100100001001011000111101100100001101000110101011100 | ec84b1ec868d5c |
SJIS-WIN | ??±???\ | 0011111100111111100000010111110100111111001111110011111101011100 | 3f3f817d3f3f3f5c |
EUC-JP | ì?±ì??\ | 100011111010101111000000001111111010000111011110100011111010101111000000001111110011111101011100 | 8fabc03fa1de8fabc03f3f5c |
UTF-8 | ì±ì\ | 11000011101011001100001010000100110000101011000111000011101011001100001010000110110000101000110101011100 | c3acc284c2b1c3acc286c28d5c |
UHC | ??±???\ | 0011111100111111101000011011111000111111001111110011111101011100 | 3f3fa1be3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)