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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 縕??縕? | 100011111101010011000010001111110011111110001111110101001100001000111111 | 8fd4c23f3f8fd4c23f |
UTF-8 | 縕섇툔縕섊 | 111001111011100010010101111011001000010010000111111011011000100010010100111001111011100010010101111011001000010010001010 | e7b895ec8487ed8894e7b895ec848a |
UHC | 縕섇툔縕섊 | 11101000101100101001100011100101101110001000101111101000101100101001100011100111 | e8b298e5b88be8b298e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)