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 | è±û¤¬G | 11101000100000111011000111111011101001001010110001000111 | e883b1fba4ac47 |
SJIS-WIN | ??±??¬G | 001111110011111110000001011111010011111100111111100000011100101001000111 | 3f3f817d3f3f81ca47 |
EUC-JP | è?±û¤¬G | 100011111010101110110010001111111010000111011110100011111010101111100101100011111010001011110000101000101100110001000111 | 8fabb23fa1de8fabe58fa2f0a2cc47 |
UTF-8 | è±û¤¬G | 11000011101010001100001010000011110000101011000111000011101110111100001010100100110000101010110001000111 | c3a8c283c2b1c3bbc2a4c2ac47 |
UHC | ??±?¤?G | 001111110011111110100001101111100011111110100010101101000011111101000111 | 3f3fa1be3fa2b43f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)