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 | 蹂k??ル? | 111001101111100010000010100010110011111100111111100000111000101100111111 | e6f8828b3f3f838b3f |
EUC-JP | 蹂k??ル? | 111011001111101010100011111010110011111100111111101001011110101100111111 | ecfaa3eb3f3fa5eb3f |
UTF-8 | 蹂k죸溜ル죫 | 111010001011100110000010111011111011110110001011111011001010001110111000111011111010011110001011111000111000001110101011111011001010001110101011 | e8b982efbd8beca3b8efa78be383abeca3ab |
UHC | 蹂k죸溜ル죫 | 111010111011001110100011111010111010000110010010111010101111111010101011111010111010000110000110 | ebb3a3eba192eafeabeba186 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)