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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 姐耕?嘲?翁 | 10001000101101111000110101101011001111111001101001111101001111111000100110100101 | 88b78d6b3f9a7d3f89a5 |
EUC-JP | 姐耕?嘲?翁 | 10110000101110011011100111001100001111111101001111011110001111111011001010100111 | b0b9b9cc3fd3de3fb2a7 |
UTF-8 | 姐耕색嘲렊翁 | 111001011010011110010000111010001000000010010101111011001000001110001001111001011001100010110010111010111010000010001010111001111011111110000001 | e5a790e88095ec8389e598b2eba08ae7bf81 |
UHC | 姐耕색嘲렊翁 | 111011101011101111001100111010011011101111110110111100001011111110001110101000011110100010111010 | eebbcce9bbf6f0bf8ea1e8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)