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 | 蓍ー蠑ー雎 | 1110010011100111101100001110010110111100101100001110100010110001 | e4e7b0e5bcb0e8b1 |
EUC-JP | 蓍ー蠑ー雎 | 11101000111010011000111010110000111010101011111010001110101100001111000010110011 | e8e98eb0eabe8eb0f0b3 |
UTF-8 | 蓍ー蠑ー雎 | 111010001001001110001101111011111011110110110000111010001010000010010001111011111011110110110000111010011001101110001110 | e8938defbdb0e8a091efbdb0e99b8e |
UHC | 蓍???雎 | 11100011110010010011111100111111001111111110111011010001 | e3c93f3f3feed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)