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 | 釶ス譛ア籬 | 1110011111011111101111011110011010011100101100011110001011011111 | e7dfbde69cb1e2df |
EUC-JP | 釶ス譛ア籬 | 11101110111000011000111010111101111010111111110010001110101100011110010011100001 | eee18ebdebfc8eb1e4e1 |
UTF-8 | 釶ス譛ア籬 | 111010011000011110110110111011111011110110111101111010001010110110011011111011111011110110110001111001111011000110101100 | e987b6efbdbde8ad9befbdb1e7b1ac |
UHC | ????籬 | 001111110011111100111111001111111101011111100110 | 3f3f3f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)