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 | 蠑ー雍楢イ | 1110010110111100101100001110100010110100100100111110100010110010 | e5bcb0e8b493e8b2 |
EUC-JP | 蠑ー雍楢イ | 11101010101111101000111010110000111100001011011011000110111010101000111010110010 | eabe8eb0f0b6c6ea8eb2 |
UTF-8 | 蠑ー雍楢イ | 111010001010000010010001111011111011110110110000111010011001101110001101111001101010010110100010111011111011110110110010 | e8a091efbdb0e99b8de6a5a2efbdb2 |
UHC | ??雍楢? | 00111111001111111110100010111100111010101111100100111111 | 3f3fe8bceaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)