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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 潟渫潟 | 100010101000001110011111110101101000101010000011 | 8a839fd68a83 |
EUC-JP | 潟渫潟 | 101100111110001111011110110110001011001111100011 | b3e3ded8b3e3 |
UTF-8 | 潟渫潟 | 111001101011110110011111111001101011100010101011111001101011110110011111 | e6bd9fe6b8abe6bd9f |
UHC | 潟渫潟 | 111000001011001111100000110111101110000010110011 | e0b3e0dee0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)