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 | 謗一キ晤総 | 111001101000111010001000111010101011011110011101111010111001000110001101 | e68e88eab79deb918d |
EUC-JP | 謗一キ晤総 | 11101011111011101011000011101100100011101011011111011010111011011100000111101101 | ebeeb0ec8eb7daedc1ed |
UTF-8 | 謗一キ晤総 | 111010001010110010010111111001001011100010000000111011111011110110110111111001101001100110100100111001111011011110001111 | e8ac97e4b880efbdb7e699a4e7b78f |
UHC | 謗一?晤? | 1101101110111111111011001110100100111111111001111111101100111111 | dbbfece93fe7fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)