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 | 邁皮泪薰ャ | 111001111011000010010100111001111001111110100011111110111001111010101100 | e7b094e79fa3fb9eac |
EUC-JP | 邁皮泪?ャ | 111011101011001011001000111010011101111010100101001111111000111010101100 | eeb2c8e9dea53f8eac |
UTF-8 | 邁皮泪薰ャ | 111010011000001010000001111001111001101010101110111001101011001110101010111010001001011010110000111011111011110110101100 | e98281e79aaee6b3aae896b0efbdac |
UHC | 邁皮?薰? | 1101100011100100111110011010101100111111111111011011100100111111 | d8e4f9ab3ffdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)