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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??乙? | 0011111100111111100010011011001100111111 | 3f3f89b33f |
EUC-JP | ??乙? | 0011111100111111101100101011010100111111 | 3f3fb2b53f |
UTF-8 | 亐렚乙렒 | 111001001011101010010000111010111010000010011010111001001011100110011001111010111010000010010010 | e4ba90eba09ae4b999eba092 |
UHC | 亐렚乙렒 | 1110101010100111100011101010110111101011111000001000111010100111 | eaa78eadebe08ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)