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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隹ソ谿企エャ^ | 11101000101100001011111111100110101011101000101011101001101101001010110001011110 | e8b0bfe6ae8ae9b4ac5e |
EUC-JP | 隹ソ谿企エャ^ | 11110000101100101000111010111111111011001011000010110100111010111000111010110100100011101010110001011110 | f0b28ebfecb0b4eb8eb48eac5e |
UTF-8 | 隹ソ谿企エャ^ | 11101001100110101011100111101111101111011011111111101000101100001011111111100100101111001000000111101111101111011011010011101111101111011010110001011110 | e99ab9efbdbfe8b0bfe4bc81efbdb4efbdac5e |
UHC | ??谿企??^ | 001111110011111111001101101011001101000011101010001111110011111101011110 | 3f3fcdacd0ea3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)