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 | ¶ý£ï | 10110110111111011010001111101111 | b6fda3ef |
SJIS-WIN | ¶?£? | 100000011111011100111111100000011001001000111111 | 81f73f81923f |
EUC-JP | ¶ý£ï | 10100010111110011000111110101011111100101010000111110010100011111010101111000001 | a2f98fabf2a1f28fabc1 |
UTF-8 | ¶ý£ï | 1100001010110110110000111011110111000010101000111100001110101111 | c2b6c3bdc2a3c3af |
UHC | ¶??? | 1010001011010010001111110011111100111111 | a2d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)