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 | 茴水劾 | 111001001010000010010000100001011000101001001110 | e4a090858a4e |
EUC-JP | 茴水劾 | 111010001010001010111111111001011011001110101111 | e8a2bfe5b3af |
UTF-8 | 茴水劾 | 111010001000110010110100111001101011000010110100111001011000101010111110 | e88cb4e6b0b4e58abe |
UHC | 茴水劾 | 111111001110110111100010101010011111101010110110 | fcede2a9fab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)