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 | ?芝? | 00111111100011101100010100111111 | 3f8ec53f |
EUC-JP | 洹芝? | 100011111100011110111010101111001100011100111111 | 8fc7babcc73f |
UTF-8 | 洹芝롃 | 111001101011010010111001111010001000101010011101111010111010000110000011 | e6b4b9e88a9deba183 |
UHC | 洹芝롃 | 111010101011011111110010101110011000111011001010 | eab7f2b98eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)