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 | 邯帷カャ籬 | 1110011110110110100110111110011110110110101011001110001011011111 | e7b69be7b6ace2df |
EUC-JP | 邯帷カャ籬 | 11101110101110001101011011101001100011101011011010001110101011001110010011100001 | eeb8d6e98eb68eace4e1 |
UTF-8 | 邯帷カャ籬 | 111010011000001010101111111001011011100010110111111011111011110110110110111011111011110110101100111001111011000110101100 | e982afe5b8b7efbdb6efbdace7b1ac |
UHC | 邯???籬 | 11001010111110110011111100111111001111111101011111100110 | cafb3f3f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)