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 | 迴・竭。墲 | 1110011110001111101001011110001010010001101000011111101010011110 | e78fa5e291a1fa9e |
EUC-JP | 迴・竭。墲 | 1110110111101111100011101010010111100011111100011000111010100001100011111011100011001110 | edef8ea5e3f18ea18fb8ce |
UTF-8 | 迴・竭。墲 | 111010001011111110110100111011111011110110100101111001111010101110101101111011111011110110100001111001011010001010110010 | e8bfb4efbda5e7abadefbda1e5a2b2 |
UHC | ??竭?? | 001111110011111111001010111001100011111100111111 | 3f3fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)